import Base from './Base'; export default class Command extends Base { protected templatePath: string; protected createPath: string; }