export declare const INLINE_CODE_RE: RegExp; export declare const LINK_RE: RegExp; export declare const BOLD_ASTERISK_RE: RegExp; export declare const BOLD_UNDERSCORE_RE: RegExp; export declare const ITALIC_ASTERISK_RE: RegExp; export declare const ITALIC_UNDERSCORE_RE: RegExp; export declare const PROTOCOL_RE: RegExp; export declare function escape_html(text: string): string; export declare function render_inline_markdown(text: string): string;