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