import MarkdownIt from 'markdown-it'; export declare const extractHeaderPlugin: (md: MarkdownIt, include?: string[]) => void;