import { ITree, IBaseType } from '../../../'; import { ILogOptions, ICharMatrix } from '../type'; export declare function parseTree(tree: ITree, options: ILogOptions): ICharMatrix;