/** * @file interface * @author Cuttle Cong * @date 2018/3/25 * @description */ import { Prompt } from '../../types/TemplateConfig'; export declare type PromptProcessor = (p: Prompt) => Promise;