import type { ToolDef } from "./index.js"; export declare const getChannelsTool: ToolDef; export declare const getTopChannelsTool: ToolDef; export declare const listChannelRulesTool: ToolDef; export declare const testChannelRulesTool: ToolDef; export declare const createChannelRuleTool: ToolDef; export declare const updateChannelRuleTool: ToolDef; export declare const deleteChannelRuleTool: ToolDef; export declare const importChannelRulesTool: ToolDef; /** Draft-only write tools (registered separately — NOT readOnlyHint). */ export declare const CHANNEL_WRITE_TOOLS: ToolDef[]; //# sourceMappingURL=channels.d.ts.map