import type { OpenClawConfig } from "../config/config.js";
export declare function isSlackInteractiveRepliesEnabled(params: {
    cfg: OpenClawConfig;
    accountId?: string | null;
}): boolean;
