import { interfaces } from"inversify";
exportdeclareconstIInjector: unique symbol;
/**
* The <code>Injector</code> manages the mappings and acts as the central hub from which all
* injections are started.
*/exportinterfaceIInjectorextends interfaces.Container {
}