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