import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileCreateOrConnectWithoutUserInputObjectSchema: z.ZodType; export declare const CloudFileCreateOrConnectWithoutUserInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput; where: Prisma.CloudFileWhereUniqueInput; }, { create: Prisma.CloudFileUncheckedCreateWithoutUserInput | Prisma.CloudFileCreateWithoutUserInput; where: Prisma.CloudFileWhereUniqueInput; }>; //# sourceMappingURL=CloudFileCreateOrConnectWithoutUserInput.schema.d.ts.map