import type { InterceptorManager, MessageInterceptorOptions, MessageResponse, onFulfilledType, onRejectedType } from "@odg/message"; import type { AxiosResponse } from "axios"; import { AxiosResponseParser } from "../parser/AxiosResponseParser"; import { AxiosInterceptor } from "./AxiosInterceptor"; export declare class AxiosInterceptorResponse extends AxiosInterceptor implements InterceptorManager> { protected readonly parser: typeof AxiosResponseParser; use(onFulfilled?: onFulfilledType>, onRejected?: onRejectedType, _options?: MessageInterceptorOptions): number; private onFulfilledResponse; } //# sourceMappingURL=AxiosInterceptorResponse.d.ts.map