/** * Splits a string into Unicode-aware words for case conversion. * @param {string} str Source string * @returns {string[]} Words * @internal */ export declare const _getCaseWords: (str: string) => string[];