import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const InsuranceCredentialCreateManyInputObjectSchema: z.ZodType; export declare const InsuranceCredentialCreateManyInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodNumber; siteKey: z.ZodString; username: z.ZodString; password: z.ZodString; }, "strict", z.ZodTypeAny, { userId: number; siteKey: string; username: string; password: string; id?: number | undefined; }, { userId: number; siteKey: string; username: string; password: string; id?: number | undefined; }>; //# sourceMappingURL=InsuranceCredentialCreateManyInput.schema.d.ts.map