declare function c8yNg1HttpInterceptor($q: any, c8yLoadingIndicator: any, c8yApiService: any): {
    request: (config: any) => any;
    requestError: (rejection: any) => any;
    response: (res: any) => any;
    responseError: (rejection: any) => any;
};
export { c8yNg1HttpInterceptor };
//# sourceMappingURL=http.interceptor.d.ts.map