import { DeployPromptsConfig } from "../../types";
import Generator = require("yeoman-generator");
export declare function getDeployConfigurationPrompts(config: DeployPromptsConfig): Promise<Generator.Question>;
export declare function getDeploySummaryPrompts(projectPath: string): Generator.Question;
