import type { ChannelPlugin } from "./types.plugin.js"; import type { ChannelId } from "./types.public.js"; export declare function getLoadedChannelPluginForRead(id: ChannelId): ChannelPlugin | undefined;