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