import type { Node } from 'unist'; export declare function normalizeLegacyAdmonitions(text: string): string; export declare function admonitions(): (tree: Node) => void;