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