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