import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkCreateInputObjectSchema: z.ZodType; export declare const CloudFileChunkCreateInputObjectZodSchema: z.ZodObject<{ seq: z.ZodNumber; data: z.ZodType, z.ZodTypeDef, Uint8Array>; createdAt: z.ZodOptional; file: z.ZodLazy>; }, "strict", z.ZodTypeAny, { data: Uint8Array; seq: number; file: Prisma.CloudFileCreateNestedOneWithoutChunksInput; createdAt?: Date | undefined; }, { data: Uint8Array; seq: number; file: Prisma.CloudFileCreateNestedOneWithoutChunksInput; createdAt?: Date | undefined; }>; //# sourceMappingURL=CloudFileChunkCreateInput.schema.d.ts.map