import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentMaxAggregateInputObjectSchema: z.ZodType; export declare const AppointmentMaxAggregateInputObjectZodSchema: 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>; }, "strict", z.ZodTypeAny, { type?: true | undefined; status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; date?: true | undefined; title?: true | undefined; patientId?: true | undefined; startTime?: true | undefined; endTime?: true | undefined; notes?: true | undefined; procedureCodeNotes?: true | undefined; eligibilityStatus?: true | undefined; staffId?: true | undefined; }, { type?: true | undefined; status?: true | undefined; createdAt?: true | undefined; id?: true | undefined; userId?: true | undefined; date?: true | undefined; title?: true | undefined; patientId?: true | undefined; startTime?: true | undefined; endTime?: true | undefined; notes?: true | undefined; procedureCodeNotes?: true | undefined; eligibilityStatus?: true | undefined; staffId?: true | undefined; }>; //# sourceMappingURL=AppointmentMaxAggregateInput.schema.d.ts.map