import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkFileIdSeqCompoundUniqueInputObjectSchema: z.ZodType; export declare const CloudFileChunkFileIdSeqCompoundUniqueInputObjectZodSchema: z.ZodObject<{ fileId: z.ZodNumber; seq: z.ZodNumber; }, "strict", z.ZodTypeAny, { seq: number; fileId: number; }, { seq: number; fileId: number; }>; //# sourceMappingURL=CloudFileChunkFileIdSeqCompoundUniqueInput.schema.d.ts.map