import type { ImRuntime } from '@zhin.js/core/runtime'; import { type OutboundHost } from '@zhin.js/plugin-runtime'; import type { RootResourceInstaller } from '@zhin.js/runtime'; export declare function createOutboundHost(im: ImRuntime): OutboundHost; export declare function installOutboundHost(im: ImRuntime): RootResourceInstaller; //# sourceMappingURL=outbound-host-installer.d.ts.map