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