export { type HttpRequestErrorType, type HttpRequestParameters, type HttpRequestReturnType, type HttpRpcClient, type HttpRpcClientOptions, getHttpRpcClient, /** @alias getHttpRpcClient */ getHttpRpcClient as getHttpClient, } from './internal/rpc/http.js'; export { type GetIpcRpcClientOptions, type IpcRpcClient, getIpcRpcClient, /** @alias getIpcRpcClient */ getIpcRpcClient as getIpcClient, extractMessages as extractIpcMessages, } from './internal/rpc/ipc.js'; export { type GetSocketParameters, type GetSocketRpcClientErrorType, type GetSocketRpcClientParameters, type Socket, type SocketRpcClient, getSocketRpcClient, /** @alias getSocketRpcClient */ getSocketRpcClient as getSocketClient, socketClientCache, } from './internal/rpc/socket.js'; export { type GetWebSocketRpcClientOptions, getWebSocketRpcClient, /** @alias getWebSocketRpcClient */ getWebSocketRpcClient as getWebSocketClient, } from './internal/rpc/webSocket.js'; //# sourceMappingURL=Rpc.d.ts.map