export declare const WHITESPACE_MARKER = "\u00A0"; export declare function replaceWhitespace(str: string): string;