export interface Resolver { resolve(instance: any, basePath: string): void; registerNotFoundHandler(): void; registerExceptionHandler(): void; }