import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const DatabaseBackupGroupBySchema: z.ZodType; export declare const DatabaseBackupGroupByZodSchema: z.ZodObject<{ where: z.ZodOptional>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; having: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; by: z.ZodArray, "many">; _count: z.ZodOptional, z.ZodType]>>; _min: z.ZodOptional>; _max: z.ZodOptional>; _avg: z.ZodOptional>; _sum: z.ZodOptional>; }, "strict", z.ZodTypeAny, { by: ("createdAt" | "id" | "userId")[]; where?: Prisma.DatabaseBackupWhereInput | undefined; _count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined; orderBy?: Prisma.DatabaseBackupOrderByWithAggregationInput | Prisma.DatabaseBackupOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.DatabaseBackupMinAggregateInputType | undefined; _max?: Prisma.DatabaseBackupMaxAggregateInputType | undefined; _avg?: Prisma.DatabaseBackupAvgAggregateInputType | undefined; _sum?: Prisma.DatabaseBackupSumAggregateInputType | undefined; having?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | undefined; }, { by: ("createdAt" | "id" | "userId")[]; where?: Prisma.DatabaseBackupWhereInput | undefined; _count?: true | Prisma.DatabaseBackupCountAggregateInputType | undefined; orderBy?: Prisma.DatabaseBackupOrderByWithAggregationInput | Prisma.DatabaseBackupOrderByWithAggregationInput[] | undefined; take?: number | undefined; skip?: number | undefined; _min?: Prisma.DatabaseBackupMinAggregateInputType | undefined; _max?: Prisma.DatabaseBackupMaxAggregateInputType | undefined; _avg?: Prisma.DatabaseBackupAvgAggregateInputType | undefined; _sum?: Prisma.DatabaseBackupSumAggregateInputType | undefined; having?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | undefined; }>; //# sourceMappingURL=groupByDatabaseBackup.schema.d.ts.map