import type { McpMode } from './types.js'; /** * Codemode (a single `execute` tool) is gated by a feature flag, not client config, so * only we control the rollout. Kept in its own module so the worker / telemetry path * does not pull in the heavier `utils.js` dependencies. */ export declare function isMcpCodeModeEnabled(): boolean; export declare function getMcpMode(): McpMode; //# sourceMappingURL=mode.d.ts.map