import type { Prisma } from '../../generated/prisma'; import * as z from 'zod'; export declare const CloudFileChunkFindFirstSelectSchema: z.ZodType; export declare const CloudFileChunkFindFirstSelectZodSchema: z.ZodObject<{ id: z.ZodOptional; fileId: z.ZodOptional; seq: z.ZodOptional; data: z.ZodOptional; createdAt: z.ZodOptional; file: z.ZodOptional; }, "strict", z.ZodTypeAny, { createdAt?: boolean | undefined; id?: boolean | undefined; data?: boolean | undefined; seq?: boolean | undefined; fileId?: boolean | undefined; file?: boolean | undefined; }, { createdAt?: boolean | undefined; id?: boolean | undefined; data?: boolean | undefined; seq?: boolean | undefined; fileId?: boolean | undefined; file?: boolean | undefined; }>; export declare const CloudFileChunkFindFirstSchema: z.ZodType; export declare const CloudFileChunkFindFirstZodSchema: z.ZodObject<{ select: z.ZodOptional, z.ZodTypeDef, Prisma.CloudFileChunkSelect>>; include: z.ZodLazy, z.ZodTypeDef, Prisma.CloudFileChunkInclude>>>; 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.CloudFileChunkWhereInput | undefined; include?: Prisma.CloudFileChunkInclude | undefined; select?: Prisma.CloudFileChunkSelect | undefined; orderBy?: Prisma.CloudFileChunkOrderByWithRelationInput | Prisma.CloudFileChunkOrderByWithRelationInput[] | undefined; cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined; }, { where?: Prisma.CloudFileChunkWhereInput | undefined; include?: Prisma.CloudFileChunkInclude | undefined; select?: Prisma.CloudFileChunkSelect | undefined; orderBy?: Prisma.CloudFileChunkOrderByWithRelationInput | Prisma.CloudFileChunkOrderByWithRelationInput[] | undefined; cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined; take?: number | undefined; skip?: number | undefined; distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined; }>; //# sourceMappingURL=findFirstCloudFileChunk.schema.d.ts.map