import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFileScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const CloudFileScalarWhereWithAggregatesInputObjectZodSchema: 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]>>; userId: z.ZodOptional, z.ZodTypeDef, Prisma.IntWithAggregatesFilter>>, z.ZodNumber]>>; name: z.ZodOptional, z.ZodTypeDef, Prisma.StringWithAggregatesFilter>>, z.ZodString]>>; mimeType: z.ZodNullable, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter>>, z.ZodString]>>>; fileSize: z.ZodOptional, z.ZodTypeDef, Prisma.BigIntWithAggregatesFilter>>, z.ZodBigInt]>>; folderId: z.ZodNullable, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter>>, z.ZodNumber]>>>; isComplete: z.ZodOptional, z.ZodTypeDef, Prisma.BoolWithAggregatesFilter>>, z.ZodBoolean]>>; totalChunks: z.ZodNullable, z.ZodTypeDef, Prisma.IntNullableWithAggregatesFilter>>, z.ZodNumber]>>>; createdAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; updatedAt: z.ZodOptional, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter>>, z.ZodDate]>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.CloudFileScalarWhereWithAggregatesInput | Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CloudFileScalarWhereWithAggregatesInput | Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined; name?: string | Prisma.StringWithAggregatesFilter | undefined; mimeType?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; fileSize?: bigint | Prisma.BigIntWithAggregatesFilter | undefined; isComplete?: boolean | Prisma.BoolWithAggregatesFilter | undefined; totalChunks?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; folderId?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; }, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.CloudFileScalarWhereWithAggregatesInput | Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CloudFileScalarWhereWithAggregatesInput | Prisma.CloudFileScalarWhereWithAggregatesInput[] | undefined; name?: string | Prisma.StringWithAggregatesFilter | undefined; mimeType?: string | Prisma.StringNullableWithAggregatesFilter | null | undefined; updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; fileSize?: bigint | Prisma.BigIntWithAggregatesFilter | undefined; isComplete?: boolean | Prisma.BoolWithAggregatesFilter | undefined; totalChunks?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; folderId?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; }>; //# sourceMappingURL=CloudFileScalarWhereWithAggregatesInput.schema.d.ts.map