/** True when AGIM_ENABLE_GLOBAL_IM=1. Controls visibility of * Discord + Telegram messengers across CLI wizard, web settings, * and runtime adapter registration. */ export declare function isGlobalImEnabled(): boolean; /** True when AGIM_ENABLE_REMOTE_AGENT=1. Controls visibility of the * ACP (remote-agent-over-HTTP) feature across CLI wizard, web * settings, and ACP agent registration. Local agents (claude-code, * codex, opencode) are unaffected. */ export declare function isRemoteAgentEnabled(): boolean; //# sourceMappingURL=feature-flags.d.ts.map