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