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