#!/usr/bin/env node
declare const chalk: any;
declare const clear: any;
declare const figlet: any;
declare const path: any;
declare const inquirer: any;
interface obj {
    type: string;
    name: string;
    message: string;
    default: string;
}
