/** * Wrapper around the `es6-error` module. * * @packageDocumentation * @internal * @hidden */ /** * @internal * @hidden */ export declare const ExtendableError: typeof Error; /** * @internal * @hidden */ export declare type ExtendableError = typeof Error; //# sourceMappingURL=error.d.ts.map