import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const DatabaseBackupWhereUniqueInputObjectSchema: z.ZodType; export declare const DatabaseBackupWhereUniqueInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; }, "strict", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>; //# sourceMappingURL=DatabaseBackupWhereUniqueInput.schema.d.ts.map