import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderUncheckedCreateInputObjectSchema: z.ZodType; export declare const CloudFolderUncheckedCreateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodNumber; name: z.ZodString; parentId: z.ZodNullable>; createdAt: z.ZodOptional; children: z.ZodOptional>>; files: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { userId: number; name: string; createdAt?: Date | undefined; id?: number | undefined; children?: Prisma.CloudFolderUncheckedCreateNestedManyWithoutParentInput | undefined; files?: Prisma.CloudFileUncheckedCreateNestedManyWithoutFolderInput | undefined; parentId?: number | null | undefined; }, { userId: number; name: string; createdAt?: Date | undefined; id?: number | undefined; children?: Prisma.CloudFolderUncheckedCreateNestedManyWithoutParentInput | undefined; files?: Prisma.CloudFileUncheckedCreateNestedManyWithoutFolderInput | undefined; parentId?: number | null | undefined; }>; //# sourceMappingURL=CloudFolderUncheckedCreateInput.schema.d.ts.map