import type { AttachJsonRpcTransport, AttachProtocolTransport } from "../types"; /** * Adapts a AttachJsonRpcTransport function to a AttachProtocolTransport function. * * Adds support for flattened sessions and creates JSON RPC Request object and unwraps Response. * * @param attach */ export default function newAttachProtocolTransport(attach: AttachJsonRpcTransport): AttachProtocolTransport; //# sourceMappingURL=newAttachProtocolTransport.d.ts.map