import type { Command } from "commander"; /** Turn a raw ApiError body into the friendly NO_TENANT install guidance, or * `null` when the body isn't a NO_TENANT response (malformed JSON, or a * different error code) so the caller re-throws it as an unexpected failure. * Pure + testable — no process/network reads. */ export declare function formatNoTenantHelp(body: string): string | null; export declare function registerLoginCommand(program: Command): void; //# sourceMappingURL=login.d.ts.map