import { IQuestionCollection } from '../../../ioc';
export interface LaunchSetupQuestionsResult {
    setupPath: string;
}
export declare function generateLaunchSetupQuestions(possiblePaths: string[], setupName: string): IQuestionCollection;
