import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderUpdateToOneWithWhereWithoutFilesInputObjectSchema: z.ZodType; export declare const CloudFolderUpdateToOneWithWhereWithoutFilesInputObjectZodSchema: z.ZodObject<{ where: z.ZodOptional>>; data: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { data: Prisma.CloudFolderUpdateWithoutFilesInput | Prisma.CloudFolderUncheckedUpdateWithoutFilesInput; where?: Prisma.CloudFolderWhereInput | undefined; }, { data: Prisma.CloudFolderUpdateWithoutFilesInput | Prisma.CloudFolderUncheckedUpdateWithoutFilesInput; where?: Prisma.CloudFolderWhereInput | undefined; }>; //# sourceMappingURL=CloudFolderUpdateToOneWithWhereWithoutFilesInput.schema.d.ts.map