/** * `ruflo settings` — user-facing preferences router (ADR-311 amendment). * * The name change from `ruflo funnel …` is deliberate copy discipline: * "funnel" is internal analytics terminology; it should not appear in the * command surface end users see. Every subcommand here forwards to the * existing `ruflo funnel` primitives so behavior stays identical — this * is a friendlier wrapper, not a re-implementation. * * Subcommands: * ruflo settings Show effective settings + how to change them * ruflo settings notices status Show whether the notices row is on * ruflo settings notices off Turn off the notices row (persistent) * ruflo settings notices on Re-enable the notices row * ruflo settings notices id Show the pseudonymous notices id */ import type { Command } from '../types.js'; export declare const settingsCommand: Command; //# sourceMappingURL=settings.d.ts.map