import { Dependencies } from "./types"; export declare function confirmRecommendedDepsInstallation(depsToInstall: Dependencies, useYarn: boolean): Promise; export declare function confirmProjectCreation(): Promise<{ projectRoot: string; shouldAddGitIgnore: boolean; }>; export declare function confirmTelemetryConsent(): Promise; /** * true = install ext * false = don't install and don't ask again * undefined = we couldn't confirm if the extension is installed or not */ export declare function confirmHHVSCodeInstallation(): Promise; //# sourceMappingURL=prompt.d.ts.map