import * as z from 'zod'; export declare const AppointmentGroupByResultSchema: z.ZodArray>; _sum: z.ZodOptional; patientId: z.ZodNullable; userId: z.ZodNullable; staffId: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; userId: number | null; patientId: number | null; staffId: number | null; }, { id: number | null; userId: number | null; patientId: number | null; staffId: number | null; }>>>; _avg: z.ZodOptional; patientId: z.ZodNullable; userId: z.ZodNullable; staffId: z.ZodNullable; }, "strip", z.ZodTypeAny, { id: number | null; userId: number | null; patientId: number | null; staffId: number | null; }, { id: number | null; userId: number | null; patientId: number | null; staffId: number | null; }>>>; _min: z.ZodOptional; patientId: z.ZodNullable; userId: z.ZodNullable; staffId: z.ZodNullable; title: z.ZodNullable; date: z.ZodNullable; startTime: z.ZodNullable; endTime: z.ZodNullable; type: z.ZodNullable; notes: z.ZodNullable; procedureCodeNotes: z.ZodNullable; status: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { type: string | null; status: string | null; createdAt: Date | null; id: number | null; userId: number | null; date: Date | null; title: string | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; staffId: number | null; }, { type: string | null; status: string | null; createdAt: Date | null; id: number | null; userId: number | null; date: Date | null; title: string | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; staffId: number | null; }>>>; _max: z.ZodOptional; patientId: z.ZodNullable; userId: z.ZodNullable; staffId: z.ZodNullable; title: z.ZodNullable; date: z.ZodNullable; startTime: z.ZodNullable; endTime: z.ZodNullable; type: z.ZodNullable; notes: z.ZodNullable; procedureCodeNotes: z.ZodNullable; status: z.ZodNullable; createdAt: z.ZodNullable; }, "strip", z.ZodTypeAny, { type: string | null; status: string | null; createdAt: Date | null; id: number | null; userId: number | null; date: Date | null; title: string | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; staffId: number | null; }, { type: string | null; status: string | null; createdAt: Date | null; id: number | null; userId: number | null; date: Date | null; title: string | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; staffId: number | null; }>>>; }, "strip", z.ZodTypeAny, { type: string; status: string; createdAt: Date; id: number; userId: number; date: Date; title: string; patientId: number; startTime: string; endTime: string; notes: string; procedureCodeNotes: string; staffId: number; _count?: { type: number; status: number; createdAt: number; id: number; userId: number; user: number; date: number; title: number; patientId: number; patient: number; startTime: number; endTime: number; notes: number; procedureCodeNotes: number; eligibilityStatus: number; staff: number; procedures: number; staffId: number; claims: number; } | undefined; _min?: { type: string | null; status: string | null; createdAt: Date | null; id: number | null; userId: number | null; date: Date | null; title: string | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; staffId: number | null; } | null | undefined; _max?: { type: string | null; status: string | null; createdAt: Date | null; id: number | null; userId: number | null; date: Date | null; title: string | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; staffId: number | null; } | null | undefined; _avg?: { id: number | null; userId: number | null; patientId: number | null; staffId: number | null; } | null | undefined; _sum?: { id: number | null; userId: number | null; patientId: number | null; staffId: number | null; } | null | undefined; }, { type: string; status: string; createdAt: Date; id: number; userId: number; date: Date; title: string; patientId: number; startTime: string; endTime: string; notes: string; procedureCodeNotes: string; staffId: number; _count?: { type: number; status: number; createdAt: number; id: number; userId: number; user: number; date: number; title: number; patientId: number; patient: number; startTime: number; endTime: number; notes: number; procedureCodeNotes: number; eligibilityStatus: number; staff: number; procedures: number; staffId: number; claims: number; } | undefined; _min?: { type: string | null; status: string | null; createdAt: Date | null; id: number | null; userId: number | null; date: Date | null; title: string | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; staffId: number | null; } | null | undefined; _max?: { type: string | null; status: string | null; createdAt: Date | null; id: number | null; userId: number | null; date: Date | null; title: string | null; patientId: number | null; startTime: string | null; endTime: string | null; notes: string | null; procedureCodeNotes: string | null; staffId: number | null; } | null | undefined; _avg?: { id: number | null; userId: number | null; patientId: number | null; staffId: number | null; } | null | undefined; _sum?: { id: number | null; userId: number | null; patientId: number | null; staffId: number | null; } | null | undefined; }>, "many">; //# sourceMappingURL=AppointmentGroupByResult.schema.d.ts.map