export declare namespace NameEncoder {
    function encode(str: string): string;
    function decode(str: string): string;
}
