import { IAssets, IPureNode, JSItem, UrlBuilder } from 'markmap-common'; import type { IMarkmapJSONOptions, IMarkmapOptions } from 'markmap-view'; export declare const template: any; export declare const baseJsPaths: string[]; export declare function fillTemplate(root: IPureNode | null, assets: IAssets, extra?: { baseJs?: JSItem[]; jsonOptions?: Partial; getOptions?: (jsonOptions: Partial) => Partial; /** See https://github.com/gera2ld/npm2url */ urlBuilder?: UrlBuilder; }): string;