import * as superagent from 'superagent'; export type Params = any; export declare function requestIgnoreStatusCode(params: Params): Promise<superagent.Response>; export declare function makeRPC(url: string, method: string, params: Params): Promise<Record<string, any>>; //# sourceMappingURL=rpcClient.d.ts.map