import { MapsDocIdToTree } from '../../types'; export declare function buildTfTreeMap(tfContent: string): MapsDocIdToTree;