import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PdfGroupOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const PdfGroupOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; title: z.ZodOptional>; titleKey: z.ZodOptional>; createdAt: z.ZodOptional>; patientId: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; title?: "asc" | "desc" | undefined; titleKey?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; _count?: Prisma.PdfGroupCountOrderByAggregateInput | undefined; _min?: Prisma.PdfGroupMinOrderByAggregateInput | undefined; _max?: Prisma.PdfGroupMaxOrderByAggregateInput | undefined; _avg?: Prisma.PdfGroupAvgOrderByAggregateInput | undefined; _sum?: Prisma.PdfGroupSumOrderByAggregateInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; title?: "asc" | "desc" | undefined; titleKey?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; _count?: Prisma.PdfGroupCountOrderByAggregateInput | undefined; _min?: Prisma.PdfGroupMinOrderByAggregateInput | undefined; _max?: Prisma.PdfGroupMaxOrderByAggregateInput | undefined; _avg?: Prisma.PdfGroupAvgOrderByAggregateInput | undefined; _sum?: Prisma.PdfGroupSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=PdfGroupOrderByWithAggregationInput.schema.d.ts.map