import * as z from 'zod'; export declare const AppointmentProcedureUpdateResultSchema: z.ZodNullable; fee: z.ZodOptional; category: z.ZodOptional; toothNumber: z.ZodOptional; toothSurface: z.ZodOptional; oralCavityArea: z.ZodOptional; source: z.ZodUnknown; comboKey: z.ZodOptional; createdAt: z.ZodDate; appointment: z.ZodUnknown; patient: z.ZodUnknown; }, "strip", z.ZodTypeAny, { createdAt: Date; id: number; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; toothNumber?: string | undefined; toothSurface?: string | undefined; oralCavityArea?: string | undefined; source?: unknown; comboKey?: string | undefined; appointment?: unknown; }, { createdAt: Date; id: number; patientId: number; procedureCode: string; appointmentId: number; patient?: unknown; procedureLabel?: string | undefined; fee?: number | undefined; category?: string | undefined; toothNumber?: string | undefined; toothSurface?: string | undefined; oralCavityArea?: string | undefined; source?: unknown; comboKey?: string | undefined; appointment?: unknown; }>>; //# sourceMappingURL=AppointmentProcedureUpdateResult.schema.d.ts.map