/** * `franklin telemetry` — manage the opt-in local telemetry subsystem. * * Subcommands: * status — print whether telemetry is enabled, where the log lives, * and a one-line summary of what's been recorded * enable — turn on local recording (default is OFF) * disable — stop future recording; existing data stays on disk * view — print every record in the log as pretty JSONL so the * user can see exactly what was captured * summary — aggregate all records into tool-usage histograms so * positioning decisions can be made from real data */ export declare function telemetryCommand(action?: string): Promise;