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