import type { Root } from 'mdast';
import type { Plugin } from 'unified';
export declare const remarkAutoToc: Plugin<[], Root>;
