import { VcsPushStatus } from '../git/git'; export type NxCloud = 'yes' | 'github' | 'gitlab' | 'azure' | 'bitbucket-pipelines' | 'circleci' | 'skip' | 'never'; export declare function connectToNxCloudForTemplate(directory: string, installationSource: string, useGitHub?: boolean): Promise; export declare function readNxCloudToken(directory: string): string; export declare function createNxCloudOnboardingUrl(nxCloud: NxCloud, token: string | undefined, directory: string, useGitHub?: boolean): Promise; export declare function getNxCloudInfo(nxCloud: NxCloud, connectCloudUrl: string, pushedToVcs: VcsPushStatus, rawNxCloud?: NxCloud): Promise; export declare function getSkippedNxCloudInfo(): string; export declare function setNeverConnectToCloud(directory: string): void; //# sourceMappingURL=nx-cloud.d.ts.map