import type { MdastPluginDefinition } from "satteri"; import type { PluginOptions } from "./types.js"; export declare function satteriPlugin(options: PluginOptions): MdastPluginDefinition;