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