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