/** * iris login command * Authenticate with IRIS managed service */ export declare function loginCommand(options: { key?: string; email?: string; register?: boolean; }): Promise; export declare function logoutCommand(): Promise; export declare function statusCommand(): Promise; //# sourceMappingURL=auth-login.d.ts.map