import { c as RuntimeFactoryOptions, b as PlutoRuntimeAssembly } from '../assembly-BTzwQuwI.js'; import { I as IpcRuntimeAdapter } from '../IpcRuntimeAdapter-DDKeQ6UC.js'; import { W as WasmBridge } from '../DelegatingRuntimeAdapter-BkLR3TNN.js'; import { P as PlutoIpcBridge } from '../ipc-CPnNwv6f.js'; import '../types-D67HlF0p.js'; import '../ITransport-yaruAmx3.js'; import '../capabilities-BwzPe51I.js'; /** * @deprecated Legacy assembly helper. Use `OpenRTC()` for app code. * Removal target: OpenRTC 0.2.0. */ declare function createWasmClient(options: RuntimeFactoryOptions): Promise>; /** * @deprecated Legacy assembly helper. Native applications should use * `OpenRTC.native` from `openrtc`. * Removal target: OpenRTC 0.2.0. */ declare function createIpcClient(options: RuntimeFactoryOptions, bridge: PlutoIpcBridge): PlutoRuntimeAssembly; export { PlutoRuntimeAssembly, RuntimeFactoryOptions, createIpcClient, createWasmClient };