import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const CloudFileChunkScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{ AND: z.ZodOptional>, z.ZodArray>, "many">]>>; OR: z.ZodOptional>, "many">>; NOT: z.ZodOptional>, z.ZodArray>, "many">]>>; id: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; fileId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; seq: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; data: z.ZodOptional, z.ZodTypeDef, Prisma.BytesWithAggregatesFilter>>, z.ZodType, z.ZodTypeDef, Uint8Array>]>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined; data?: Uint8Array | Prisma.BytesWithAggregatesFilter | undefined; seq?: number | Prisma.IntWithAggregatesFilter | undefined; fileId?: number | Prisma.IntWithAggregatesFilter | undefined; }, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CloudFileChunkScalarWhereWithAggregatesInput | Prisma.CloudFileChunkScalarWhereWithAggregatesInput[] | undefined; data?: Uint8Array | Prisma.BytesWithAggregatesFilter | undefined; seq?: number | Prisma.IntWithAggregatesFilter | undefined; fileId?: number | Prisma.IntWithAggregatesFilter | undefined; }>; //# sourceMappingURL=CloudFileChunkScalarWhereWithAggregatesInput.schema.d.ts.map