import { MbNode } from '../../utils/node.js'; import { PluginContext } from '../Plugin.js'; declare const getLinks: () => string[]; declare const processNode: (_pluginContext: PluginContext, node: MbNode) => void; declare const tagConfig: { tree: { isSpecial: boolean; }; }; export { tagConfig, getLinks, processNode, }; //# sourceMappingURL=markbind-plugin-tree.d.ts.map