import MarkdownIt from 'markdown-it'; export declare function yamlPlugin(md: MarkdownIt, cb?: (yaml: unknown) => void): void;