()
| 12 | registerApplicationError<T>(type: Function & { prototype: T }): void; |
| 13 | disableRouteNotFoundException(): void; |
| 14 | enableUserIdentity(): void; |
| 15 | requestStart<T>(middleware: Function & { prototype: T }): void; |
| 16 | requestEnd<T>(middleware: Function & { prototype: T }): void; |
| 17 | serverError<T>(middleware: Function & { prototype: T }): void; |