export declare class IotaHTTPTransportError extends Error { } export declare class JsonRpcError extends IotaHTTPTransportError { code: number; type: string; constructor(message: string, code: number); } export declare class IotaHTTPStatusError extends IotaHTTPTransportError { status: number; statusText: string; constructor(message: string, status: number, statusText: string); } //# sourceMappingURL=errors.d.ts.map