Interface representing a Laravel-style container.
bindMethod(): void
singletonIf(): void
addContextualBinding(): void
when(concrete: Abstract): ContextualBindingBuilder
flush(): void
beforeResolving(): void
afterResolving(): void
register<T>(constructor: Constructor<T>,): void