export type RPCInfoType = Record<string, Record<string, any>>;
declare const rpc: RPCInfoType;
export default rpc;
//# sourceMappingURL=index.d.ts.map