/** * Take every whitespace (space, new line, tab) and replace it with a single space. */ export declare function normalizeWhitespaces(sentence: string): string;