export declare const buildNestedId: (id: string, parentId: string | null) => string; export declare const getIdDepth: (id: string) => number; export declare const isDescendant: (id: string, descendantId: string) => boolean; export declare const getParentId: (id: string) => string | null; //# sourceMappingURL=utils.d.ts.map