/**
* Splits string into an array of its words.
*
* @param {string} x String.
*
* @returns {ReadonlyArray<string>} Readonly array with the words of provided string.
*/
export declarefunctiongetWords(x: string): ReadonlyArray<string>;
//# sourceMappingURL=get-words.d.ts.map