import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderScalarWhereWithAggregatesInputObjectSchema: z.ZodType; export declare const CloudFolderScalarWhereWithAggregatesInputObjectZodSchema: 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]>>; parentId: 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.CloudFolderScalarWhereWithAggregatesInput | Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CloudFolderScalarWhereWithAggregatesInput | Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined; name?: string | Prisma.StringWithAggregatesFilter | undefined; updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; parentId?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; }, { createdAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; id?: number | Prisma.IntWithAggregatesFilter | undefined; userId?: number | Prisma.IntWithAggregatesFilter | undefined; AND?: Prisma.CloudFolderScalarWhereWithAggregatesInput | Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined; OR?: Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined; NOT?: Prisma.CloudFolderScalarWhereWithAggregatesInput | Prisma.CloudFolderScalarWhereWithAggregatesInput[] | undefined; name?: string | Prisma.StringWithAggregatesFilter | undefined; updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter | undefined; parentId?: number | Prisma.IntNullableWithAggregatesFilter | null | undefined; }>; //# sourceMappingURL=CloudFolderScalarWhereWithAggregatesInput.schema.d.ts.map