import { MapsDocIdToTree, PathDetails } from '../../types'; export declare function buildYamlTreeMap(yamlContent: string): MapsDocIdToTree; export declare function getPathDetailsForYamlFile(path: string[]): PathDetails;