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