export function askDeployType(): Promise<"manual" | "cicd" | "help">; export function askViewAppQuestion(): Promise; export function askCICDConfirmQuestion(): Promise; export function askConfigureAppQuestion(): Promise; export function askServeQuestion(type: any): Promise; //# sourceMappingURL=question-generator.d.ts.map