import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkUpdateManyWithoutFileNestedInputObjectSchema: z.ZodType; export declare const CloudFileChunkUpdateManyWithoutFileNestedInputObjectZodSchema: z.ZodObject<{ create: z.ZodOptional>, z.ZodArray>, "many">, z.ZodLazy>, z.ZodArray>, "many">]>>; connectOrCreate: z.ZodOptional>, z.ZodArray>, "many">]>>; upsert: z.ZodOptional>, z.ZodArray>, "many">]>>; createMany: z.ZodOptional>>; set: z.ZodOptional>, z.ZodArray>, "many">]>>; disconnect: z.ZodOptional>, z.ZodArray>, "many">]>>; delete: z.ZodOptional>, z.ZodArray>, "many">]>>; connect: z.ZodOptional>, z.ZodArray>, "many">]>>; update: z.ZodOptional>, z.ZodArray>, "many">]>>; updateMany: z.ZodOptional>, z.ZodArray>, "many">]>>; deleteMany: z.ZodOptional>, z.ZodArray>, "many">]>>; }, "strict", z.ZodTypeAny, { create?: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput | Prisma.CloudFileChunkCreateWithoutFileInput[] | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput[] | undefined; set?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.CloudFileChunkCreateOrConnectWithoutFileInput | Prisma.CloudFileChunkCreateOrConnectWithoutFileInput[] | undefined; createMany?: Prisma.CloudFileChunkCreateManyFileInputEnvelope | undefined; connect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined; update?: Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput | Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput[] | undefined; upsert?: Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput | Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput[] | undefined; disconnect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined; delete?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined; updateMany?: Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput | Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput[] | undefined; deleteMany?: Prisma.CloudFileChunkScalarWhereInput | Prisma.CloudFileChunkScalarWhereInput[] | undefined; }, { create?: Prisma.CloudFileChunkCreateWithoutFileInput | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput | Prisma.CloudFileChunkCreateWithoutFileInput[] | Prisma.CloudFileChunkUncheckedCreateWithoutFileInput[] | undefined; set?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined; connectOrCreate?: Prisma.CloudFileChunkCreateOrConnectWithoutFileInput | Prisma.CloudFileChunkCreateOrConnectWithoutFileInput[] | undefined; createMany?: Prisma.CloudFileChunkCreateManyFileInputEnvelope | undefined; connect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined; update?: Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput | Prisma.CloudFileChunkUpdateWithWhereUniqueWithoutFileInput[] | undefined; upsert?: Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput | Prisma.CloudFileChunkUpsertWithWhereUniqueWithoutFileInput[] | undefined; disconnect?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined; delete?: Prisma.CloudFileChunkWhereUniqueInput | Prisma.CloudFileChunkWhereUniqueInput[] | undefined; updateMany?: Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput | Prisma.CloudFileChunkUpdateManyWithWhereWithoutFileInput[] | undefined; deleteMany?: Prisma.CloudFileChunkScalarWhereInput | Prisma.CloudFileChunkScalarWhereInput[] | undefined; }>; //# sourceMappingURL=CloudFileChunkUpdateManyWithoutFileNestedInput.schema.d.ts.map