/** Splits a Unicode `string` into an array of its words. */ export declare function unicodeWords(input: string): string[];