import AppCommand from '../app-command'; export default class extends AppCommand { static hidden: boolean; type: string; }