import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const PatientDocumentAggregateSchema: z.ZodType; export declare const PatientDocumentAggregateZodSchema: z.ZodObject<{ orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { where?: Prisma.PatientDocumentWhereInput | undefined; _count?: true | Prisma.PatientDocumentCountAggregateInputType | undefined; orderBy?: Prisma.PatientDocumentOrderByWithRelationInput | Prisma.PatientDocumentOrderByWithRelationInput[] | undefined; cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.PatientDocumentMinAggregateInputType | undefined; _max?: Prisma.PatientDocumentMaxAggregateInputType | undefined; _avg?: Prisma.PatientDocumentAvgAggregateInputType | undefined; _sum?: Prisma.PatientDocumentSumAggregateInputType | undefined; }, { where?: Prisma.PatientDocumentWhereInput | undefined; _count?: true | Prisma.PatientDocumentCountAggregateInputType | undefined; orderBy?: Prisma.PatientDocumentOrderByWithRelationInput | Prisma.PatientDocumentOrderByWithRelationInput[] | undefined; cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.PatientDocumentMinAggregateInputType | undefined; _max?: Prisma.PatientDocumentMaxAggregateInputType | undefined; _avg?: Prisma.PatientDocumentAvgAggregateInputType | undefined; _sum?: Prisma.PatientDocumentSumAggregateInputType | undefined; }>; //# sourceMappingURL=aggregatePatientDocument.schema.d.ts.map