/** * Returns a trimmed versions of the input and removes all duplicated whitespaces * * @param input - */ export declare function normalize(input?: string): string;