import type { VFile } from 'vfile';
export declare function rehypeInjectHeadingsExport(): (tree: any, file: VFile) => void;
