import { MbNode } from '../../utils/node.js'; import { PluginContext } from '../Plugin.js'; declare const getLinks: () => string[]; /** * Adds anchor links to headers */ declare const postProcessNode: (_pluginContext: PluginContext, node: MbNode) => void; export { getLinks, postProcessNode, }; //# sourceMappingURL=markbind-plugin-anchors.d.ts.map