import { PrototypeStruct } from '..';
export declare type IsErrorFn = (x: any) => boolean;
export declare const isError: PrototypeStruct;
declare global {
    interface ErrorConstructor {
        isError: IsErrorFn;
    }
}
//# sourceMappingURL=is-error.d.ts.map