import { CommandModule } from 'yargs'; import { Args } from './types'; declare const command: CommandModule<{}, Args>; export default command; //# sourceMappingURL=command.d.ts.map