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