import { AbpHttpConfigurationService, LogService, MessageService } from 'abp-ng2-module'; import { Router } from '@angular/router'; export declare class ZeroTemplateHttpConfigurationService extends AbpHttpConfigurationService { private _route; constructor(messageService: MessageService, logService: LogService, _route: Router); handleUnAuthorizedRequest(messagePromise: any, targetUrl?: string): void; }