import { Injector } from '@angular/core'; export declare class Locator { static injector: Injector; static inject(token: any): T; }