import { Answers } from 'inquirer';
declare function Init(options: Answers): Promise<void>;
export default Init;
