import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileChunkWhereInputObjectSchema: z.ZodType; export declare const CloudFileChunkWhereInputObjectZodSchema: 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]>>; file: z.ZodOptional>, z.ZodLazy>]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.CloudFileChunkWhereInput | Prisma.CloudFileChunkWhereInput[] | undefined; OR?: Prisma.CloudFileChunkWhereInput[] | undefined; NOT?: Prisma.CloudFileChunkWhereInput | Prisma.CloudFileChunkWhereInput[] | undefined; data?: Uint8Array | Prisma.BytesFilter | undefined; seq?: number | Prisma.IntFilter | undefined; fileId?: number | Prisma.IntFilter | undefined; file?: Prisma.CloudFileScalarRelationFilter | Prisma.CloudFileWhereInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; AND?: Prisma.CloudFileChunkWhereInput | Prisma.CloudFileChunkWhereInput[] | undefined; OR?: Prisma.CloudFileChunkWhereInput[] | undefined; NOT?: Prisma.CloudFileChunkWhereInput | Prisma.CloudFileChunkWhereInput[] | undefined; data?: Uint8Array | Prisma.BytesFilter | undefined; seq?: number | Prisma.IntFilter | undefined; fileId?: number | Prisma.IntFilter | undefined; file?: Prisma.CloudFileScalarRelationFilter | Prisma.CloudFileWhereInput | undefined; }>; //# sourceMappingURL=CloudFileChunkWhereInput.schema.d.ts.map