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