import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileScalarWhereInputObjectSchema: z.ZodType; export declare const CloudFileScalarWhereInputObjectZodSchema: 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]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.CloudFileScalarWhereInput | Prisma.CloudFileScalarWhereInput[] | undefined; OR?: Prisma.CloudFileScalarWhereInput[] | undefined; NOT?: Prisma.CloudFileScalarWhereInput | Prisma.CloudFileScalarWhereInput[] | 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; folderId?: number | Prisma.IntNullableFilter | null | undefined; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.CloudFileScalarWhereInput | Prisma.CloudFileScalarWhereInput[] | undefined; OR?: Prisma.CloudFileScalarWhereInput[] | undefined; NOT?: Prisma.CloudFileScalarWhereInput | Prisma.CloudFileScalarWhereInput[] | 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; folderId?: number | Prisma.IntNullableFilter | null | undefined; }>; //# sourceMappingURL=CloudFileScalarWhereInput.schema.d.ts.map