export declare function isRegExp(value: any): value is RegExp;
