/** * HTML escape string values so that they can be nested * inside the pre-tags. */ export declare function htmlEscape(value: string): string;