import { Command } from "commander"; interface LoginOptions { provider?: string; } export declare function loginCommand(options?: LoginOptions): Promise; export declare function logoutCommand(): Promise; export declare function whoamiCommand(): Promise; export declare function registerLoginCommands(program: Command): void; export {}; //# sourceMappingURL=login.d.ts.map