/** * Retrieve the number of words in string separated by space * @param s * @returns */ export declare const getNumberOfWords: (s: string) => number;