import MarkdownIt from "markdown-it"; /** * Parses out `` and `` comments and applies to the targeted code_block tokens * @param md */ export declare function stackLanguageComments(md: MarkdownIt): void;