import { ErrorHandler, Injector } from '@angular/core';
import { StorageService } from '../storage.service';
import * as i0 from "@angular/core";
export interface ReloadPageModel {
    date: Date;
    count: number;
}
export declare class GlobalErrorInterceptorService implements ErrorHandler {
    private injector;
    private storageService;
    constructor(injector: Injector, storageService: StorageService);
    handleError(error: any): void;
    private handleReloadPage;
    static ɵfac: i0.ɵɵFactoryDeclaration<GlobalErrorInterceptorService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GlobalErrorInterceptorService>;
}
