import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const CloudFolderOrderByWithRelationInputObjectSchema: z.ZodType; export declare const CloudFolderOrderByWithRelationInputObjectZodSchema: z.ZodObject<{ id: z.ZodOptional>; userId: z.ZodOptional>; name: z.ZodOptional>; parentId: z.ZodOptional, z.ZodLazy>]>>; createdAt: z.ZodOptional>; updatedAt: z.ZodOptional>; parent: z.ZodOptional>>; children: z.ZodOptional>>; user: z.ZodOptional>>; files: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; name?: "asc" | "desc" | undefined; updatedAt?: "asc" | "desc" | undefined; children?: Prisma.CloudFolderOrderByRelationAggregateInput | undefined; files?: Prisma.CloudFileOrderByRelationAggregateInput | undefined; parentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; parent?: Prisma.CloudFolderOrderByWithRelationInput | undefined; }, { createdAt?: "asc" | "desc" | undefined; id?: "asc" | "desc" | undefined; userId?: "asc" | "desc" | undefined; user?: Prisma.UserOrderByWithRelationInput | undefined; name?: "asc" | "desc" | undefined; updatedAt?: "asc" | "desc" | undefined; children?: Prisma.CloudFolderOrderByRelationAggregateInput | undefined; files?: Prisma.CloudFileOrderByRelationAggregateInput | undefined; parentId?: "asc" | "desc" | Prisma.SortOrderInput | undefined; parent?: Prisma.CloudFolderOrderByWithRelationInput | undefined; }>; //# sourceMappingURL=CloudFolderOrderByWithRelationInput.schema.d.ts.map