export declare function extractWords(text?: string | null, search?: string | RegExp): string[] | undefined;
