(middleware: Function & { prototype: T })
| 15 | requestStart<T>(middleware: Function & { prototype: T }): void; |
| 16 | requestEnd<T>(middleware: Function & { prototype: T }): void; |
| 17 | serverError<T>(middleware: Function & { prototype: T }): void; |
| 18 | applicationStart<T>(middleware: Function & { prototype: T }): void; |
| 19 | dependencyResolver<T>( |
| 20 | injector: T, cb: (injector: T, type: any) => any): void; |
no outgoing calls