type LedgerLiveAPIHandlers = Record any>; type SendFunc = (request: any) => Promise; export declare const useJSONRPCServer: (handlers: LedgerLiveAPIHandlers, send: SendFunc) => Array; export {}; //# sourceMappingURL=JSONRPCServer.d.ts.map