import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkSumAggregateInputObjectSchema: z.ZodType; export declare const CloudFileChunkSumAggregateInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; fileId: z.ZodOptional>; seq: z.ZodOptional>; }, "strict", z.ZodTypeAny, { id?: true | undefined; seq?: true | undefined; fileId?: true | undefined; }, { id?: true | undefined; seq?: true | undefined; fileId?: true | undefined; }>; //# sourceMappingURL=CloudFileChunkSumAggregateInput.schema.d.ts.map