import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const PatientDocumentOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const PatientDocumentOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; patientId: z.ZodOptional>; filename: z.ZodOptional>; originalName: z.ZodOptional>; mimeType: z.ZodOptional>; fileSize: z.ZodOptional>; filePath: z.ZodOptional>; uploadedAt: z.ZodOptional>; updatedAt: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { id?: "asc" | "desc" | undefined; filename?: "asc" | "desc" | undefined; uploadedAt?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; mimeType?: "asc" | "desc" | undefined; updatedAt?: "asc" | "desc" | undefined; originalName?: "asc" | "desc" | undefined; fileSize?: "asc" | "desc" | undefined; filePath?: "asc" | "desc" | undefined; _count?: Prisma.PatientDocumentCountOrderByAggregateInput | undefined; _min?: Prisma.PatientDocumentMinOrderByAggregateInput | undefined; _max?: Prisma.PatientDocumentMaxOrderByAggregateInput | undefined; _avg?: Prisma.PatientDocumentAvgOrderByAggregateInput | undefined; _sum?: Prisma.PatientDocumentSumOrderByAggregateInput | undefined; }, { id?: "asc" | "desc" | undefined; filename?: "asc" | "desc" | undefined; uploadedAt?: "asc" | "desc" | undefined; patientId?: "asc" | "desc" | undefined; mimeType?: "asc" | "desc" | undefined; updatedAt?: "asc" | "desc" | undefined; originalName?: "asc" | "desc" | undefined; fileSize?: "asc" | "desc" | undefined; filePath?: "asc" | "desc" | undefined; _count?: Prisma.PatientDocumentCountOrderByAggregateInput | undefined; _min?: Prisma.PatientDocumentMinOrderByAggregateInput | undefined; _max?: Prisma.PatientDocumentMaxOrderByAggregateInput | undefined; _avg?: Prisma.PatientDocumentAvgOrderByAggregateInput | undefined; _sum?: Prisma.PatientDocumentSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=PatientDocumentOrderByWithAggregationInput.schema.d.ts.map