import { InjectionToken } from "@angular/core"; import { IErrorTemplate } from "../models/IErrorTemplate.model"; import { IErrorConfig } from "../models"; export declare const ERROR_TEMPLATE_TOKEN: InjectionToken; export declare const ERROR_CONFIG: InjectionToken;