interface AuthOptions { logout?: boolean; } export declare function authCommand(options: AuthOptions): Promise; export {}; //# sourceMappingURL=auth.d.ts.map