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