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