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