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