export declare function wordsLazy(str: string, pattern?: RegExp): Generator; export declare function words(str: string, pattern?: RegExp): string[]; export declare function wordCount(str: string, pattern?: RegExp): number;