import type { ChannelMessageActionName, ChannelToolSend } from "../channels/plugins/types.js"; import type { BotConfig } from "../config/config.js"; export declare function listSlackMessageActions(cfg: BotConfig): ChannelMessageActionName[]; export declare function extractSlackToolSend(args: Record): ChannelToolSend | null;