export declare const markdownEscapes: Array<[RegExp, string]>;
export declare const escape: (string_: string) => string;
