/** * Render and sanitize a markdown string */ export declare function md(str: string): string;