declare function treeMap(treeObj: any, options?: any): any;
declare function treeFilter(treeObj: any, options?: any): any;
declare function textLoop(indent: any, num: any): string;
declare function svgObj2Xml(svgObj: any, options?: any): string;
