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