export declare function linkCommand(rawArgs: string[]): Promise; export declare function unlinkCommand(): void; export declare function selectOrgCommand(rawArgs: string[]): Promise; /** Open the Rebase Cloud dashboard (or the linked project) in a browser. */ export declare function openCommand(rawArgs: string[]): void;