/** * This plugin finds all internal links from the markdown and replace them with * the generated url for that file. * * For example, a markdown file could contain something like this: * ```md * [Link to another page](../some-other-markdown.md) * ``` */ declare const _default: import("../types").Plugin; export default _default;