import { Command } from '@oclif/core'; export default class Setup extends Command { run(): Promise; }