import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileUncheckedCreateInputObjectSchema: z.ZodType; export declare const CloudFileUncheckedCreateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodNumber; name: z.ZodString; mimeType: z.ZodNullable>; fileSize: z.ZodBigInt; folderId: z.ZodNullable>; isComplete: z.ZodOptional; totalChunks: z.ZodNullable>; createdAt: z.ZodOptional; chunks: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { userId: number; name: string; fileSize: bigint; createdAt?: Date | undefined; id?: number | undefined; mimeType?: string | null | undefined; isComplete?: boolean | undefined; totalChunks?: number | null | undefined; chunks?: Prisma.CloudFileChunkUncheckedCreateNestedManyWithoutFileInput | undefined; folderId?: number | null | undefined; }, { userId: number; name: string; fileSize: bigint; createdAt?: Date | undefined; id?: number | undefined; mimeType?: string | null | undefined; isComplete?: boolean | undefined; totalChunks?: number | null | undefined; chunks?: Prisma.CloudFileChunkUncheckedCreateNestedManyWithoutFileInput | undefined; folderId?: number | null | undefined; }>; //# sourceMappingURL=CloudFileUncheckedCreateInput.schema.d.ts.map