export default class CLI { appPath: string; constructor(appPath: any); run(): Promise; parseArgs(): Promise; }