import { AbstractResponse } from "src"; export declare const throwOrResult: (response: AbstractResponse) => unknown; export type HttpJsonRpcClient = (method: string, params: unknown) => Promise; export declare const httpJsonRpcClient: (url: string) => (method: string, params: unknown) => Promise; //# sourceMappingURL=utils.d.ts.map