import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderCreateOrConnectWithoutChildrenInputObjectSchema: z.ZodType; export declare const CloudFolderCreateOrConnectWithoutChildrenInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput; where: Prisma.CloudFolderWhereUniqueInput; }, { create: Prisma.CloudFolderCreateWithoutChildrenInput | Prisma.CloudFolderUncheckedCreateWithoutChildrenInput; where: Prisma.CloudFolderWhereUniqueInput; }>; //# sourceMappingURL=CloudFolderCreateOrConnectWithoutChildrenInput.schema.d.ts.map