import type { Root } from "mdast"; import type { Plugin } from "unified"; import type { PluginOptions } from "./types.js"; export declare const remarkPlugin: Plugin<[PluginOptions], Root>;