import MarkdownIt from "markdown-it"; /** * Parses out spoiler `>!` blocks * @param md */ export declare function spoiler(md: MarkdownIt): void;