/**
 * This plugin finds all the links starting with `/` and replaces them with
 * the `DocfyLink` component. It also adds the DocfyLink component to the
 * page imports metadata.
 *
 * For example:
 * [Getting Started](/docs/getting-started) -> <DocfyLink @to="/docs/getting-started">Getting Started</DocfyLink>
 * [API Reference](/docs/api#configuration) -> <DocfyLink @to="/docs/api" @anchor="configuration">API Reference</DocfyLink>
 */
declare const _default: import("@docfy/core/lib/types").Plugin<import("@docfy/core/lib/types").PluginOptions | null | undefined>;
export default _default;
//# sourceMappingURL=docfy-link-conversion.d.ts.map