import type { IRequestConfig } from 'angular'; export declare class AuthenticationInterceptor implements ng.IHttpInterceptor { private $q; static $inject: string[]; constructor($q: ng.IQService); request: (config: IRequestConfig) => PromiseLike; } export declare const AUTHENTICATION_INTERCEPTOR_SERVICE = "spinnaker.authentication.interceptor.service";