import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const InsuranceCredentialWhereInputObjectSchema: z.ZodType; export declare const InsuranceCredentialWhereInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; siteKey: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; username: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; password: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; user: z.ZodOptional>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.InsuranceCredentialWhereInput | Prisma.InsuranceCredentialWhereInput[] | undefined; OR?: Prisma.InsuranceCredentialWhereInput[] | undefined; NOT?: Prisma.InsuranceCredentialWhereInput | Prisma.InsuranceCredentialWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; siteKey?: string | Prisma.StringFilter | undefined; username?: string | Prisma.StringFilter | undefined; password?: string | Prisma.StringFilter | undefined; }, { id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.InsuranceCredentialWhereInput | Prisma.InsuranceCredentialWhereInput[] | undefined; OR?: Prisma.InsuranceCredentialWhereInput[] | undefined; NOT?: Prisma.InsuranceCredentialWhereInput | Prisma.InsuranceCredentialWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; siteKey?: string | Prisma.StringFilter | undefined; username?: string | Prisma.StringFilter | undefined; password?: string | Prisma.StringFilter | undefined; }>; //# sourceMappingURL=InsuranceCredentialWhereInput.schema.d.ts.map