import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const BackupDestinationOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; path: z.ZodOptional>; isActive: z.ZodOptional>; createdAt: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { path?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; isActive?: "asc" | "desc" | undefined; _count?: Prisma.BackupDestinationCountOrderByAggregateInput | undefined; _min?: Prisma.BackupDestinationMinOrderByAggregateInput | undefined; _max?: Prisma.BackupDestinationMaxOrderByAggregateInput | undefined; _avg?: Prisma.BackupDestinationAvgOrderByAggregateInput | undefined; _sum?: Prisma.BackupDestinationSumOrderByAggregateInput | undefined; }, { path?: "asc" | "desc" | undefined; createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; isActive?: "asc" | "desc" | undefined; _count?: Prisma.BackupDestinationCountOrderByAggregateInput | undefined; _min?: Prisma.BackupDestinationMinOrderByAggregateInput | undefined; _max?: Prisma.BackupDestinationMaxOrderByAggregateInput | undefined; _avg?: Prisma.BackupDestinationAvgOrderByAggregateInput | undefined; _sum?: Prisma.BackupDestinationSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=BackupDestinationOrderByWithAggregationInput.schema.d.ts.map