import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const DatabaseBackupUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType; export declare const DatabaseBackupUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; update: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.DatabaseBackupCreateWithoutUserInput | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput; where: Prisma.DatabaseBackupWhereUniqueInput; update: Prisma.DatabaseBackupUpdateWithoutUserInput | Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput; }, { create: Prisma.DatabaseBackupCreateWithoutUserInput | Prisma.DatabaseBackupUncheckedCreateWithoutUserInput; where: Prisma.DatabaseBackupWhereUniqueInput; update: Prisma.DatabaseBackupUpdateWithoutUserInput | Prisma.DatabaseBackupUncheckedUpdateWithoutUserInput; }>; //# sourceMappingURL=DatabaseBackupUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map