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