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