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

export { isRegExp };
