import * as oclif from "@oclif/command"; export default class Setup extends oclif.Command { static description: string; run(): Promise; }