/** Parse a role, in MyST format */ import type MarkdownIt from "markdown-it/lib"; import { IOptions } from "./types"; export default function rolePlugin(md: MarkdownIt, options: IOptions): void;