import type { Root } from 'myst-spec';
import type { Plugin } from 'unified';
import type { VFile } from 'vfile';
import type { Options } from './types.js';
export declare const plugin: Plugin<[Options], Root, VFile>;
//# sourceMappingURL=plugin.d.ts.map