import { Command } from '../../cli'; import { Args } from './types'; declare const BuildCommand: Command; export default BuildCommand;