import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderWhereInputObjectSchema: z.ZodType; export declare const CloudFolderWhereInputObjectZodSchema: 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]>>; parentId: 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]>>; parent: z.ZodOptional>, z.ZodLazy>]>>; children: z.ZodOptional>>; user: z.ZodOptional>, z.ZodLazy>]>>; files: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.CloudFolderWhereInput | Prisma.CloudFolderWhereInput[] | undefined; OR?: Prisma.CloudFolderWhereInput[] | undefined; NOT?: Prisma.CloudFolderWhereInput | Prisma.CloudFolderWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; name?: string | Prisma.StringFilter | undefined; updatedAt?: Date | Prisma.DateTimeFilter | undefined; children?: Prisma.CloudFolderListRelationFilter | undefined; files?: Prisma.CloudFileListRelationFilter | undefined; parentId?: number | Prisma.IntNullableFilter | null | undefined; parent?: Prisma.CloudFolderNullableScalarRelationFilter | Prisma.CloudFolderWhereInput | undefined; }, { createdAt?: Date | Prisma.DateTimeFilter | undefined; id?: number | Prisma.IntFilter | undefined; userId?: number | Prisma.IntFilter | undefined; AND?: Prisma.CloudFolderWhereInput | Prisma.CloudFolderWhereInput[] | undefined; OR?: Prisma.CloudFolderWhereInput[] | undefined; NOT?: Prisma.CloudFolderWhereInput | Prisma.CloudFolderWhereInput[] | undefined; user?: Prisma.UserWhereInput | Prisma.UserScalarRelationFilter | undefined; name?: string | Prisma.StringFilter | undefined; updatedAt?: Date | Prisma.DateTimeFilter | undefined; children?: Prisma.CloudFolderListRelationFilter | undefined; files?: Prisma.CloudFileListRelationFilter | undefined; parentId?: number | Prisma.IntNullableFilter | null | undefined; parent?: Prisma.CloudFolderNullableScalarRelationFilter | Prisma.CloudFolderWhereInput | undefined; }>; //# sourceMappingURL=CloudFolderWhereInput.schema.d.ts.map