export declare function connectToNxCloudIfExplicitlyAsked(opts: { [k: string]: any; }): Promise<void>; export declare function connectToNxCloudCommand(promptOverride?: string): Promise<boolean>;