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