export declare function json2html(document: object): Promise; export declare function html(path: any, cache_loc?: string): Promise; export declare function json_with_meta(path: string, cache_loc?: string): Promise;