export declare function reverseWords(s: string): string;
