export interface Injector {
  inject();
}
