import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const DatabaseBackupOrderByWithAggregationInputObjectSchema: z.ZodType; export declare const DatabaseBackupOrderByWithAggregationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; createdAt: z.ZodOptional>; _count: z.ZodOptional>>; _avg: z.ZodOptional>>; _max: z.ZodOptional>>; _min: z.ZodOptional>>; _sum: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; _count?: Prisma.DatabaseBackupCountOrderByAggregateInput | undefined; _min?: Prisma.DatabaseBackupMinOrderByAggregateInput | undefined; _max?: Prisma.DatabaseBackupMaxOrderByAggregateInput | undefined; _avg?: Prisma.DatabaseBackupAvgOrderByAggregateInput | undefined; _sum?: Prisma.DatabaseBackupSumOrderByAggregateInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; _count?: Prisma.DatabaseBackupCountOrderByAggregateInput | undefined; _min?: Prisma.DatabaseBackupMinOrderByAggregateInput | undefined; _max?: Prisma.DatabaseBackupMaxOrderByAggregateInput | undefined; _avg?: Prisma.DatabaseBackupAvgOrderByAggregateInput | undefined; _sum?: Prisma.DatabaseBackupSumOrderByAggregateInput | undefined; }>; //# sourceMappingURL=DatabaseBackupOrderByWithAggregationInput.schema.d.ts.map