import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkWhereUniqueInputObjectSchema: z.ZodType; export declare const CloudFileChunkWhereUniqueInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional; fileId_seq: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { id?: number | undefined; fileId_seq?: Prisma.CloudFileChunkFileIdSeqCompoundUniqueInput | undefined; }, { id?: number | undefined; fileId_seq?: Prisma.CloudFileChunkFileIdSeqCompoundUniqueInput | undefined; }>; //# sourceMappingURL=CloudFileChunkWhereUniqueInput.schema.d.ts.map