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