import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileUncheckedCreateWithoutFolderInputObjectSchema: z.ZodType; export declare const CloudFileUncheckedCreateWithoutFolderInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodNumber; name: z.ZodString; mimeType: z.ZodNullable>; fileSize: z.ZodBigInt; isComplete: z.ZodOptional; totalChunks: z.ZodNullable>; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; chunks: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { userId: number; 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; }, { userId: number; 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; }>; //# sourceMappingURL=CloudFileUncheckedCreateWithoutFolderInput.schema.d.ts.map