import type { Type } from "@tsed/core/types/Type.js"; import { Container } from "../domain/Container.js"; export declare function createContainer(rootModule?: Type): Container;