import type { ToolDefinition } from "@/types"; import type { Channels } from "../../channels/channels.js"; export declare function channelSendToolBuild(channels: Channels): ToolDefinition; //# sourceMappingURL=channelSendTool.d.ts.map