export declare class NodeIdParser { encodeNodeId(nodeId: string, isProduction: boolean): string; decodeNodeId(nodeId: string, isProduction: boolean): string; }