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