import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileUncheckedCreateNestedManyWithoutFolderInputObjectSchema: z.ZodType; export declare const CloudFileUncheckedCreateNestedManyWithoutFolderInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.CloudFileUncheckedCreateWithoutFolderInput | Prisma.CloudFileCreateWithoutFolderInput | Prisma.CloudFileCreateWithoutFolderInput[] | Prisma.CloudFileUncheckedCreateWithoutFolderInput[] | undefined; connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutFolderInput | Prisma.CloudFileCreateOrConnectWithoutFolderInput[] | undefined; createMany?: Prisma.CloudFileCreateManyFolderInputEnvelope | undefined; connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined; }, { create?: Prisma.CloudFileUncheckedCreateWithoutFolderInput | Prisma.CloudFileCreateWithoutFolderInput | Prisma.CloudFileCreateWithoutFolderInput[] | Prisma.CloudFileUncheckedCreateWithoutFolderInput[] | undefined; connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutFolderInput | Prisma.CloudFileCreateOrConnectWithoutFolderInput[] | undefined; createMany?: Prisma.CloudFileCreateManyFolderInputEnvelope | undefined; connect?: Prisma.CloudFileWhereUniqueInput | Prisma.CloudFileWhereUniqueInput[] | undefined; }>; //# sourceMappingURL=CloudFileUncheckedCreateNestedManyWithoutFolderInput.schema.d.ts.map