export interface Injector {
    inject(): any;
}
