import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const UserCreateOrConnectWithoutBackupDestinationsInputObjectSchema: z.ZodType; export declare const UserCreateOrConnectWithoutBackupDestinationsInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput; where: Prisma.UserWhereUniqueInput; }, { create: Prisma.UserCreateWithoutBackupDestinationsInput | Prisma.UserUncheckedCreateWithoutBackupDestinationsInput; where: Prisma.UserWhereUniqueInput; }>; //# sourceMappingURL=UserCreateOrConnectWithoutBackupDestinationsInput.schema.d.ts.map