import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const DatabaseBackupScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const DatabaseBackupScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined; }, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.DatabaseBackupScalarWhereWithAggregatesInput | Prisma.DatabaseBackupScalarWhereWithAggregatesInput[] | undefined; }>; //# sourceMappingURL=DatabaseBackupScalarWhereWithAggregatesInput.schema.d.ts.map