/** * `rebase telemetry` — the command that makes the rest of it inspectable. * * The whole subsystem asks for trust it cannot otherwise earn, and the cheapest * way to earn it is to stop describing the payload and print it. `show` runs * the same builder the sender uses, so what appears here is what would go, not * a documentation comment that quietly fell out of date two releases ago. */ export declare function telemetryCommand(rawArgs: string[]): Promise;