import { Container } from "inversify";
declare const ROOT_CONTAINER = "__root_container__";
declare const CONTROLLER_CONTAINER = "__controller_container__";
declare const PROVIDER_CONTAINER = "__provider_container__";
declare const rootContainer: Container;
declare const providerContainer: Container;
declare const controllerContainer: Container;
export { rootContainer, controllerContainer, providerContainer, ROOT_CONTAINER, CONTROLLER_CONTAINER, PROVIDER_CONTAINER, };
