import { HttpInterceptorInterface, HttpCallExecutor } from '@apimatic/core-interfaces'; /** * Calls HTTP interceptor chain * * @param interceptors HTTP interceptor chain * @param client Terminating HTTP handler */ export declare function callHttpInterceptors(interceptors: Array>, client: HttpCallExecutor): HttpCallExecutor; //# sourceMappingURL=httpInterceptor.d.ts.map