import type { Tool } from '../../types/tools.js'; import type { ChannelPluginRegistry } from '../../channels/index.js'; export declare function createChannelTool(registry: ChannelPluginRegistry | null): Tool; //# sourceMappingURL=index.d.ts.map