export declare const forceIndenter = "\uFFF5_#>";
export declare const valNameIndenter = "\uFFF5_N>";
export declare const indenter = "  ";
export declare function forceIndent(str: string): string;
export declare function encodeNo(num: number): string;
export declare function decodeNo(num: string): number;
