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