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