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