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