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