import { HttpBackend, HttpHandler, HttpInterceptor, RequestContext } from '#types/http-interceptor.js'; /** * An injectable service that ties multiple interceptors in chain. */ export declare class DefaultSingletonChainMaker { private backend; private interceptors; constructor(backend: HttpBackend, interceptors?: HttpInterceptor[]); makeChain(ctx: RequestContext): HttpHandler; } //# sourceMappingURL=default-singleton-chain-maker.d.ts.map