import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentProcedureAvgAggregateInputObjectSchema: z.ZodType; export declare const AppointmentProcedureAvgAggregateInputObjectZodSchema: 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=AppointmentProcedureAvgAggregateInput.schema.d.ts.map