/** Removes nobreak and zero-width spaces */
export declare function cleanWhitespaceChars(text: string, nbsp?: string): string;
