/** * markdown-it plugin to add syntax highlighting to fenced code blocks * using highlight.js. */ export declare function syntaxHighlightPlugin(md: any): void;