import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkCreateOrConnectWithoutFileInputObjectSchema: z.ZodType; export declare const CloudFileChunkCreateOrConnectWithoutFileInputObjectZodSchema: z.ZodObject<{ where: z.ZodLazy>; create: z.ZodUnion<[z.ZodLazy>, z.ZodLazy>]>; }, "strict", z.ZodTypeAny, { create: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput; where: Prisma.CloudFileChunkWhereUniqueInput; }, { create: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput; where: Prisma.CloudFileChunkWhereUniqueInput; }>; //# sourceMappingURL=CloudFileChunkCreateOrConnectWithoutFileInput.schema.d.ts.map