import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileWhereInputObjectSchema: z.ZodType; export declare const CloudFileWhereInputObjectZodSchema: 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]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntFilter>>, z.ZodNumber]>>; name: z.ZodOptional, z.ZodTypeDef, Prisma.StringFilter>>, z.ZodString]>>; mimeType: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableFilter>>, z.ZodString]>>>; fileSize: z.ZodOptional, z.ZodTypeDef, Prisma.BigIntFilter>>, z.ZodBigInt]>>; folderId: z.ZodNullable, z.ZodTypeDef, Prisma.IntNullableFilter>>, z.ZodNumber]>>>; isComplete: z.ZodOptional, z.ZodTypeDef, Prisma.BoolFilter>>, z.ZodBoolean]>>; totalChunks: z.ZodNullable, z.ZodTypeDef, Prisma.IntNullableFilter>>, z.ZodNumber]>>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; updatedAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeFilter>>, z.ZodDate]>>; user: z.ZodOptional>, z.ZodLazy>]>>; folder: z.ZodOptional>, z.ZodLazy>]>>; chunks: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.CloudFileWhereInput | Prisma.CloudFileWhereInput[] | undefined; OR?: Prisma.CloudFileWhereInput[] | undefined; NOT?: Prisma.CloudFileWhereInput | Prisma.CloudFileWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; name?: string | Prisma.StringFilter | undefined; mimeType?: string | Prisma.StringNullableFilter | null | undefined; updatedAt?: Date | Prisma.DateTimeFilter | undefined; fileSize?: bigint | Prisma.BigIntFilter | undefined; isComplete?: boolean | Prisma.BoolFilter | undefined; totalChunks?: number | Prisma.IntNullableFilter | null | undefined; chunks?: Prisma.CloudFileChunkListRelationFilter | undefined; folderId?: number | Prisma.IntNullableFilter | null | undefined; folder?: Prisma.CloudFolderNullableScalarRelationFilter | Prisma.CloudFolderWhereInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.CloudFileWhereInput | Prisma.CloudFileWhereInput[] | undefined; OR?: Prisma.CloudFileWhereInput[] | undefined; NOT?: Prisma.CloudFileWhereInput | Prisma.CloudFileWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; name?: string | Prisma.StringFilter | undefined; mimeType?: string | Prisma.StringNullableFilter | null | undefined; updatedAt?: Date | Prisma.DateTimeFilter | undefined; fileSize?: bigint | Prisma.BigIntFilter | undefined; isComplete?: boolean | Prisma.BoolFilter | undefined; totalChunks?: number | Prisma.IntNullableFilter | null | undefined; chunks?: Prisma.CloudFileChunkListRelationFilter | undefined; folderId?: number | Prisma.IntNullableFilter | null | undefined; folder?: Prisma.CloudFolderNullableScalarRelationFilter | Prisma.CloudFolderWhereInput | undefined; }>; //# sourceMappingURL=CloudFileWhereInput.schema.d.ts.map