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