import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationUpdateWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType; export declare const BackupDestinationUpdateWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { where: Prisma.BackupDestinationWhereUniqueInput; data: Prisma.BackupDestinationUpdateWithoutUserInput | Prisma.BackupDestinationUncheckedUpdateWithoutUserInput; }, { where: Prisma.BackupDestinationWhereUniqueInput; data: Prisma.BackupDestinationUpdateWithoutUserInput | Prisma.BackupDestinationUncheckedUpdateWithoutUserInput; }>; //# sourceMappingURL=BackupDestinationUpdateWithWhereUniqueWithoutUserInput.schema.d.ts.map