/** * Returns true when tag-based RLM mode is explicitly enabled. * Expects: feature flags are resolved booleans from config. */ export declare function rlmNoToolsModeIs(features: { noTools: boolean; rlm: boolean; say: boolean; }): boolean; //# sourceMappingURL=rlmNoToolsModeIs.d.ts.map