import { PoLanguageService } from '../../services/po-language/po-language.service'; import { PoComponentInjectorService } from '../../services/po-component-injector/po-component-injector.service'; import { PoNotificationService } from './../../services/po-notification/po-notification.service'; import { PoHttpInterceptorBaseService } from './po-http-interceptor-base.service'; /** * @docsExtends PoHttpInterceptorBaseService * * @example * * * * */ export declare class PoHttpInterceptorService extends PoHttpInterceptorBaseService { constructor(notification: PoNotificationService, componentInjector: PoComponentInjectorService, languageService: PoLanguageService); }