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