import { Container } from "./container"; export interface ContainerBuilder { build(container: DIC): Promise; }