import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const BackupDestinationCreateOrConnectWithoutUserInputObjectSchema: z.ZodType; export declare const BackupDestinationCreateOrConnectWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput; where: Prisma.BackupDestinationWhereUniqueInput; }, { create: Prisma.BackupDestinationCreateWithoutUserInput | Prisma.BackupDestinationUncheckedCreateWithoutUserInput; where: Prisma.BackupDestinationWhereUniqueInput; }>; //# sourceMappingURL=BackupDestinationCreateOrConnectWithoutUserInput.schema.d.ts.map