import Command from '../command'; export default abstract class Cmd extends Command { protected abstract Cmd: string; }