import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileFindFirstOrThrowSelectSchema: z.ZodType; export declare const CloudFileFindFirstOrThrowSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; userId: z.ZodOptional; name: z.ZodOptional; mimeType: z.ZodOptional; fileSize: z.ZodOptional; folderId: z.ZodOptional; isComplete: z.ZodOptional; totalChunks: z.ZodOptional; createdAt: z.ZodOptional; updatedAt: z.ZodOptional; user: z.ZodOptional; folder: z.ZodOptional; chunks: z.ZodOptional; _count: z.ZodOptional; }, "strict", z.ZodTypeAny, { createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; name?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; fileSize?: boolean | undefined; isComplete?: boolean | undefined; totalChunks?: boolean | undefined; chunks?: boolean | undefined; folderId?: boolean | undefined; folder?: boolean | undefined; _count?: boolean | undefined; }, { createdAt?: boolean | undefined; id?: boolean | undefined; userId?: boolean | undefined; user?: boolean | undefined; name?: boolean | undefined; mimeType?: boolean | undefined; updatedAt?: boolean | undefined; fileSize?: boolean | undefined; isComplete?: boolean | undefined; totalChunks?: boolean | undefined; chunks?: boolean | undefined; folderId?: boolean | undefined; folder?: boolean | undefined; _count?: boolean | undefined; }>; export declare const CloudFileFindFirstOrThrowSchema: z.ZodType; export declare const CloudFileFindFirstOrThrowZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.CloudFileInclude>>>; orderBy: z.ZodOptional, z.ZodArray, "many">]>>; where: z.ZodOptional>; cursor: z.ZodOptional>; take: z.ZodOptional; skip: z.ZodOptional; distinct: z.ZodOptional, z.ZodArray, "many">]>>; }, "strict", z.ZodTypeAny, { where?: Prisma.CloudFileWhereInput | undefined; include?: Prisma.CloudFileInclude | undefined; select?: Prisma.CloudFileSelect | undefined; orderBy?: Prisma.CloudFileOrderByWithRelationInput | Prisma.CloudFileOrderByWithRelationInput[] | undefined; cursor?: Prisma.CloudFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId" | ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[] | undefined; }, { where?: Prisma.CloudFileWhereInput | undefined; include?: Prisma.CloudFileInclude | undefined; select?: Prisma.CloudFileSelect | undefined; orderBy?: Prisma.CloudFileOrderByWithRelationInput | Prisma.CloudFileOrderByWithRelationInput[] | undefined; cursor?: Prisma.CloudFileWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId" | ("createdAt" | "id" | "userId" | "name" | "mimeType" | "updatedAt" | "fileSize" | "isComplete" | "totalChunks" | "folderId")[] | undefined; }>; //# sourceMappingURL=findFirstOrThrowCloudFile.schema.d.ts.map