export declare const TREE_CHARS: {
    readonly pipe: "│";
    readonly branch: "├──";
    readonly last: "└──";
    readonly indent: "   ";
};
export declare const EMPTY_TREE_PREFIX = "    ";
export declare const NOTICE_BOX_PADDING = 2;
