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