import { Container } from "inversify";
import { Constructable } from "../types/constructable";
export declare function createContainer(moduleTarget: Constructable<any>): Container;
//# sourceMappingURL=container.d.ts.map