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