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