import type { OpenClawConfig } from "agdi/plugin-sdk/config-runtime"; export declare function isSlackInteractiveRepliesEnabled(params: { cfg: OpenClawConfig; accountId?: string | null; }): boolean;