import { CliResults } from './helpers/types'; /** * Runs the questionnaire to gather user input for the project creation. * @param cliResults - The initial CLI results object. * @returns A promise that resolves to the updated CLI results object. */ export declare const runQuestionaire: (cliResults: CliResults) => Promise;