import * as z from 'zod'; export declare const AppointmentScalarFieldEnumSchema: z.ZodEnum<["id", "patientId", "userId", "staffId", "title", "date", "startTime", "endTime", "type", "notes", "procedureCodeNotes", "status", "createdAt", "eligibilityStatus"]>; export type AppointmentScalarFieldEnum = z.infer; //# sourceMappingURL=AppointmentScalarFieldEnum.schema.d.ts.map