import type { PrototypeStruct } from '../index.js'; export declare type IsRegExpFn = (x: any) => boolean; export declare const isRegExp: PrototypeStruct; declare global { interface RegExpConstructor { isRegExp: IsRegExpFn; } } //# sourceMappingURL=is-reg-exp.d.ts.map