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