export declare function toRegExp(string: string): RegExp; export declare function isRegExp(string: string): boolean;