/** * cachly auth – Login, Logout, Status * * cachly auth login → OAuth 2.0 Device Authorization Flow (zero-friction) * cachly auth logout → Löscht gespeicherten Token * cachly auth status → Zeigt aktuellen Auth-Status * cachly auth token → Gibt aktuellen JWT aus (für Scripts) */ import { Command } from 'commander'; export declare function authCommand(): Command; //# sourceMappingURL=auth.d.ts.map