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