import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const AppointmentFindFirstSelectSchema: z.ZodType; export declare const AppointmentFindFirstSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; patientId: z.ZodOptional; userId: z.ZodOptional; staffId: z.ZodOptional; title: z.ZodOptional; date: z.ZodOptional; startTime: z.ZodOptional; endTime: z.ZodOptional; type: z.ZodOptional; notes: z.ZodOptional; procedureCodeNotes: z.ZodOptional; status: z.ZodOptional; createdAt: z.ZodOptional; eligibilityStatus: z.ZodOptional; patient: z.ZodOptional; user: z.ZodOptional; staff: z.ZodOptional; procedures: z.ZodOptional; claims: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { type?: boolean | undefined; status?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; date?: boolean | undefined; title?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; startTime?: boolean | undefined; endTime?: boolean | undefined; notes?: boolean | undefined; procedureCodeNotes?: boolean | undefined; eligibilityStatus?: boolean | undefined; staff?: boolean | undefined; procedures?: boolean | undefined; staffId?: boolean | undefined; claims?: boolean | undefined; _count?: boolean | undefined; }, { type?: boolean | undefined; status?: boolean | undefined; createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; date?: boolean | undefined; title?: boolean | undefined; patientId?: boolean | undefined; patient?: boolean | undefined; startTime?: boolean | undefined; endTime?: boolean | undefined; notes?: boolean | undefined; procedureCodeNotes?: boolean | undefined; eligibilityStatus?: boolean | undefined; staff?: boolean | undefined; procedures?: boolean | undefined; staffId?: boolean | undefined; claims?: boolean | undefined; _count?: boolean | undefined; }>; export declare const AppointmentFindFirstSchema: z.ZodType; export declare const AppointmentFindFirstZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.AppointmentSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.AppointmentInclude>>>; 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.AppointmentWhereInput | undefined; include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; orderBy?: Prisma.AppointmentOrderByWithRelationInput | Prisma.AppointmentOrderByWithRelationInput[] | undefined; cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined; }, { where?: Prisma.AppointmentWhereInput | undefined; include?: Prisma.AppointmentInclude | undefined; select?: Prisma.AppointmentSelect | undefined; orderBy?: Prisma.AppointmentOrderByWithRelationInput | Prisma.AppointmentOrderByWithRelationInput[] | undefined; cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined; }>; //# sourceMappingURL=findFirstAppointment.schema.d.ts.map