import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const DatabaseBackupWhereInputObjectSchema: z.ZodType; export declare const DatabaseBackupWhereInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; user: z.ZodOptional>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.DatabaseBackupWhereInput | Prisma.DatabaseBackupWhereInput[] | undefined; OR?: Prisma.DatabaseBackupWhereInput[] | undefined; NOT?: Prisma.DatabaseBackupWhereInput | Prisma.DatabaseBackupWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.DatabaseBackupWhereInput | Prisma.DatabaseBackupWhereInput[] | undefined; OR?: Prisma.DatabaseBackupWhereInput[] | undefined; NOT?: Prisma.DatabaseBackupWhereInput | Prisma.DatabaseBackupWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; }>; //# sourceMappingURL=DatabaseBackupWhereInput.schema.d.ts.map