/** * @file ink * @author Cuttle Cong * @date 2018/3/24 * @description */ import { Prompt, Variable } from '../../../types/TemplateConfig'; export default function (prompt: Prompt): Promise;