import * as z from 'zod'; export declare const AppointmentProcedureScalarFieldEnumSchema: z.ZodEnum<["id", "appointmentId", "patientId", "procedureCode", "procedureLabel", "fee", "category", "toothNumber", "toothSurface", "oralCavityArea", "source", "comboKey", "createdAt"]>; export type AppointmentProcedureScalarFieldEnum = z.infer; //# sourceMappingURL=AppointmentProcedureScalarFieldEnum.schema.d.ts.map