export declare function credentialsPath(): string; /** Token from a previous `hiq-cortex login`, falling back to the old Python * client's credential file. "" when neither exists — config.ts's fallback. */ export declare function readStoredToken(): string; export declare function runLogin(json: boolean): Promise; export declare function runLogout(json: boolean): void; //# sourceMappingURL=login.d.ts.map