/**
 * split string on whitespace
 * @returns {Array} words
 */
export declare function splitStr(str: string): string[];
//# sourceMappingURL=split-str.d.ts.map