import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const BackupDestinationAggregateSchema: z.ZodType; export declare const BackupDestinationAggregateZodSchema: 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.BackupDestinationWhereInput | undefined; _count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined; orderBy?: Prisma.BackupDestinationOrderByWithRelationInput | Prisma.BackupDestinationOrderByWithRelationInput[] | undefined; cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.BackupDestinationMinAggregateInputType | undefined; _max?: Prisma.BackupDestinationMaxAggregateInputType | undefined; _avg?: Prisma.BackupDestinationAvgAggregateInputType | undefined; _sum?: Prisma.BackupDestinationSumAggregateInputType | undefined; }, { where?: Prisma.BackupDestinationWhereInput | undefined; _count?: true | Prisma.BackupDestinationCountAggregateInputType | undefined; orderBy?: Prisma.BackupDestinationOrderByWithRelationInput | Prisma.BackupDestinationOrderByWithRelationInput[] | undefined; cursor?: Prisma.BackupDestinationWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.BackupDestinationMinAggregateInputType | undefined; _max?: Prisma.BackupDestinationMaxAggregateInputType | undefined; _avg?: Prisma.BackupDestinationAvgAggregateInputType | undefined; _sum?: Prisma.BackupDestinationSumAggregateInputType | undefined; }>; //# sourceMappingURL=aggregateBackupDestination.schema.d.ts.map