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