import { ErrorHandler } from '@angular/core'; export declare class CustomGenericException implements ErrorHandler { handleError(error: any): void; }