import { JsonRpcResponse } from '../../types'; import { RpcCoderState } from './types'; export default function decodeResponse(self: RpcCoderState, response: JsonRpcResponse): any;