import { ChannelPluginRegistry } from '../../channels/index.js'; import type { ToolRegistry } from '../registry.js'; export declare function registerChannelAgentTools(registry: ToolRegistry, channelRegistry: ChannelPluginRegistry | null): number; //# sourceMappingURL=agent-tools.d.ts.map