export declare function nodeIdContainsSequence(nodeId: string, pkgId1: string, pkgId2: string): boolean; export declare function createNodeId(parentNodeId: string, pkgId: string): string; export declare function splitNodeId(nodeId: string): string[]; export declare const ROOT_NODE_ID = ">/>";