/** * `ruflo funnel` — user control surface for the Cognitum lifecycle funnel * (ADR-301/305/309/317). * * funnel status effective state and which precedence source decided it * funnel disable user-level opt-out (all surfaces) + delete funnel data * funnel enable re-enable at the user tier (cannot override env/enterprise) * funnel accept acknowledge the disclosure so rotation starts immediately * funnel open open the currently-shown promo URL in the default browser * funnel enroll opt in to the 50/50 revenue share on Cognitum sponsor spend (ADR-317) * funnel earnings show accrued and paid revenue-share balance * funnel unenroll revoke local enrollment (funnel itself stays enabled) * funnel id print the pseudonymous funnel ID, if one exists */ import type { Command } from '../types.js'; export declare const funnelCommand: Command; export default funnelCommand; //# sourceMappingURL=funnel.d.ts.map