export declare function words(source: string): string[]; export declare namespace words { const matcher: RegExp; }