import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileCreateNestedOneWithoutChunksInputObjectSchema: z.ZodType; export declare const CloudFileCreateNestedOneWithoutChunksInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodLazy>]>>; connectOrCreate: z.ZodOptional>>; connect: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { create?: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput | undefined; connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutChunksInput | undefined; connect?: Prisma.CloudFileWhereUniqueInput | undefined; }, { create?: Prisma.CloudFileCreateWithoutChunksInput | Prisma.CloudFileUncheckedCreateWithoutChunksInput | undefined; connectOrCreate?: Prisma.CloudFileCreateOrConnectWithoutChunksInput | undefined; connect?: Prisma.CloudFileWhereUniqueInput | undefined; }>; //# sourceMappingURL=CloudFileCreateNestedOneWithoutChunksInput.schema.d.ts.map