/** * Asserts that a value is a `RegExp`. * * @tags guard, regexp */ export declare const isRegExp: (value: unknown) => value is RegExp;