import { Marker } from './types'; export declare function wrapLines(treeNodes: any[], markers: Marker[], options: any): any[];