import { TranslocoService } from '@jsverse/transloco'; import { ErrorHandler } from '@angular/core'; import { SpiderlyMessageService } from '../services/spiderly-message.service'; import { ConfigServiceBase } from '../services/config.service.base'; import * as i0 from "@angular/core"; export declare class SpiderlyErrorHandler implements ErrorHandler { private messageService; private translocoService; private config; constructor(messageService: SpiderlyMessageService, translocoService: TranslocoService, config: ConfigServiceBase); handleError(error: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }