import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const AppointmentAggregateSchema: z.ZodType; export declare const AppointmentAggregateZodSchema: 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.AppointmentWhereInput | undefined; _count?: true | Prisma.AppointmentCountAggregateInputType | undefined; orderBy?: Prisma.AppointmentOrderByWithRelationInput | Prisma.AppointmentOrderByWithRelationInput[] | undefined; cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.AppointmentMinAggregateInputType | undefined; _max?: Prisma.AppointmentMaxAggregateInputType | undefined; _avg?: Prisma.AppointmentAvgAggregateInputType | undefined; _sum?: Prisma.AppointmentSumAggregateInputType | undefined; }, { where?: Prisma.AppointmentWhereInput | undefined; _count?: true | Prisma.AppointmentCountAggregateInputType | undefined; orderBy?: Prisma.AppointmentOrderByWithRelationInput | Prisma.AppointmentOrderByWithRelationInput[] | undefined; cursor?: Prisma.AppointmentWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.AppointmentMinAggregateInputType | undefined; _max?: Prisma.AppointmentMaxAggregateInputType | undefined; _avg?: Prisma.AppointmentAvgAggregateInputType | undefined; _sum?: Prisma.AppointmentSumAggregateInputType | undefined; }>; //# sourceMappingURL=aggregateAppointment.schema.d.ts.map