/** * `ruflo advisor` — Fable co-pilot advisor tip in the statusline insight * ticker (ADR-316). * * Client-side only — unlike `proxy.ts`'s sponsored-downtime/power-saver/ * training-share domains, this feature has NO proxy-config.toml mirror, * because it never talks to the meta-proxy Rust binary. It calls * `claude -p` directly via services/fable-harness.ts (ADR-172's existing * cost-disciplined harness) and caches the result for the insight ticker * (funnel/insights.ts) to read synchronously. */ import type { Command } from '../types.js'; export declare const advisorCommand: Command; export default advisorCommand; //# sourceMappingURL=advisor.d.ts.map