export declare function loginCommand(rawArgs: string[]): Promise; export declare function logoutCommand(rawArgs: string[]): Promise; export declare function whoamiCommand(rawArgs: string[]): Promise;