export declare function isAuthenticated(): boolean; export declare function getStoredToken(): string | null; export declare function authLogin(): Promise; export declare function authStatus(): Promise; export declare function authLogout(): Promise; export declare function authCommand(subcommand?: string): Promise; //# sourceMappingURL=auth.d.ts.map