import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientFindFirstOrThrowSelectSchema: z.ZodType; export declare const PatientFindFirstOrThrowSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; dateOfBirth: z.ZodOptional; gender: z.ZodOptional; phone: z.ZodOptional; email: z.ZodOptional; address: z.ZodOptional; city: z.ZodOptional; zipCode: z.ZodOptional; insuranceProvider: z.ZodOptional; insuranceId: z.ZodOptional; groupNumber: z.ZodOptional; policyHolder: z.ZodOptional; allergies: z.ZodOptional; medicalConditions: z.ZodOptional; status: z.ZodOptional; userId: z.ZodOptional; createdAt: z.ZodOptional; user: z.ZodOptional; appointments: z.ZodOptional; procedures: z.ZodOptional; claims: z.ZodOptional; groups: z.ZodOptional; payment: z.ZodOptional; communications: z.ZodOptional; documents: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { status?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; procedures?: boolean | undefined; claims?: boolean | undefined; email?: boolean | undefined; phone?: boolean | undefined; appointments?: boolean | undefined; payment?: boolean | undefined; dateOfBirth?: boolean | undefined; insuranceProvider?: boolean | undefined; firstName?: boolean | undefined; lastName?: boolean | undefined; gender?: boolean | undefined; address?: boolean | undefined; city?: boolean | undefined; zipCode?: boolean | undefined; insuranceId?: boolean | undefined; groupNumber?: boolean | undefined; policyHolder?: boolean | undefined; allergies?: boolean | undefined; medicalConditions?: boolean | undefined; groups?: boolean | undefined; documents?: boolean | undefined; communications?: boolean | undefined; _count?: boolean | undefined; }, { status?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; procedures?: boolean | undefined; claims?: boolean | undefined; email?: boolean | undefined; phone?: boolean | undefined; appointments?: boolean | undefined; payment?: boolean | undefined; dateOfBirth?: boolean | undefined; insuranceProvider?: boolean | undefined; firstName?: boolean | undefined; lastName?: boolean | undefined; gender?: boolean | undefined; address?: boolean | undefined; city?: boolean | undefined; zipCode?: boolean | undefined; insuranceId?: boolean | undefined; groupNumber?: boolean | undefined; policyHolder?: boolean | undefined; allergies?: boolean | undefined; medicalConditions?: boolean | undefined; groups?: boolean | undefined; documents?: boolean | undefined; communications?: boolean | undefined; _count?: boolean | undefined; }>; export declare const PatientFindFirstOrThrowSchema: z.ZodType; export declare const PatientFindFirstOrThrowZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.PatientSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.PatientInclude>>>; 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.PatientWhereInput | undefined; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; orderBy?: Prisma.PatientOrderByWithRelationInput | Prisma.PatientOrderByWithRelationInput[] | undefined; cursor?: Prisma.PatientWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; }, { where?: Prisma.PatientWhereInput | undefined; include?: Prisma.PatientInclude | undefined; select?: Prisma.PatientSelect | undefined; orderBy?: Prisma.PatientOrderByWithRelationInput | Prisma.PatientOrderByWithRelationInput[] | undefined; cursor?: Prisma.PatientWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions" | ("status" | "createdAt" | "id" | "userId" | "email" | "phone" | "dateOfBirth" | "insuranceProvider" | "firstName" | "lastName" | "gender" | "address" | "city" | "zipCode" | "insuranceId" | "groupNumber" | "policyHolder" | "allergies" | "medicalConditions")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowPatient.schema.d.ts.map