import type { ChannelId, ChannelOutboundAdapter } from "../types.js"; export declare function loadChannelOutboundAdapter(id: ChannelId): Promise;