export declare function escapeRegExp(str: string): string; export declare function splitByMatch(dataSource: string, keyword: string | RegExp): Array;