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