import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureSumAggregateInputObjectSchema: z.ZodType; export declare const AppointmentProcedureSumAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; appointmentId: z.ZodOptional>; patientId: z.ZodOptional>; fee: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: true | undefined; patientId?: true | undefined; fee?: true | undefined; appointmentId?: true | undefined; }, { id?: true | undefined; patientId?: true | undefined; fee?: true | undefined; appointmentId?: true | undefined; }>; //# sourceMappingURL=AppointmentProcedureSumAggregateInput.schema.d.ts.map