import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const InsuranceCredentialFindFirstOrThrowSelectSchema: z.ZodType; export declare const InsuranceCredentialFindFirstOrThrowSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodOptional; siteKey: z.ZodOptional; username: z.ZodOptional; password: z.ZodOptional; user: z.ZodOptional; }, "strict", z.ZodTypeAny, { id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; siteKey?: boolean | undefined; username?: boolean | undefined; password?: boolean | undefined; }, { id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; siteKey?: boolean | undefined; username?: boolean | undefined; password?: boolean | undefined; }>; export declare const InsuranceCredentialFindFirstOrThrowSchema: z.ZodType; export declare const InsuranceCredentialFindFirstOrThrowZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.InsuranceCredentialSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.InsuranceCredentialInclude>>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.InsuranceCredentialWhereInput | undefined; include?: Prisma.InsuranceCredentialInclude | undefined; select?: Prisma.InsuranceCredentialSelect | undefined; orderBy?: Prisma.InsuranceCredentialOrderByWithRelationInput | Prisma.InsuranceCredentialOrderByWithRelationInput[] | undefined; cursor?: Prisma.InsuranceCredentialWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "id" | "userId" | "siteKey" | "username" | "password" | ("id" | "userId" | "siteKey" | "username" | "password")[] | undefined; }, { where?: Prisma.InsuranceCredentialWhereInput | undefined; include?: Prisma.InsuranceCredentialInclude | undefined; select?: Prisma.InsuranceCredentialSelect | undefined; orderBy?: Prisma.InsuranceCredentialOrderByWithRelationInput | Prisma.InsuranceCredentialOrderByWithRelationInput[] | undefined; cursor?: Prisma.InsuranceCredentialWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "id" | "userId" | "siteKey" | "username" | "password" | ("id" | "userId" | "siteKey" | "username" | "password")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowInsuranceCredential.schema.d.ts.map