import { Command } from '@anycli/command'; export default class Commands extends Command { static hidden: boolean; run(): Promise; }