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