export declare function removePosition(tree: any): any; export declare const print: (tree: object) => string; export declare const nodePath: (dir: string) => string; export declare const mdPath: (dir: string) => string; export declare const jsonPath: (dir: string) => string;