import type { Question } from 'inquirer'; /** * Generate a new prompt asking if the user wants to create an approuter configuration within a CAP project. * * @returns the CAP MTA continue question. */ export declare function getConfirmMtaContinuePrompt(): Question[]; //# sourceMappingURL=index.d.ts.map