import type { Tree } from '../../generators/tree'; import { NxCloudOnBoardingStatus } from '../models/onboarding-status'; export declare function createNxCloudOnboardingURLForWelcomeApp(tree: Tree, token?: string): Promise; export declare function getNxCloudAppOnBoardingUrl(token: string): Promise; export declare function readNxCloudToken(tree: Tree): any;