export default class Service { private registerService; constructor(); register: () => any[]; run(): void; }