export declare function causeOf(error: Error): Error | undefined; export declare function anyCauseInstanceof(error: Error | undefined, constructor: any): boolean; //# sourceMappingURL=any-cause-instanceof.d.ts.map