What a @Module declares.
There is no exports member: Setu-TS has one application-wide service
registry and optional DI container, not a module visibility boundary.
readonly
optional
controllers: readonly Constructor[]
Controller classes this module contributes.
readonly
optional
providers: readonly Constructor[]
Provider classes this module contributes.
readonly
optional
imports: readonly Constructor[]
Other modules that this module includes.