import { HTTP } from './http.js'; import type { Options } from '../index.js'; import type { Multiaddr } from '@multiformats/multiaddr'; export declare const errorHandler: (response: Response) => Promise; export interface HTTPRPCClient extends Exclude { } export declare class Client extends HTTP implements HTTPRPCClient { constructor(options?: Options | URL | Multiaddr | string); } export declare const HTTPError: typeof import("./http/error.ts").HTTPError; //# sourceMappingURL=core.d.ts.map