import type { InterceptorManager, MessageInterceptorOptions, onFulfilledType, onRejectedType, RequestInterface } from "@odg/message"; import type { AxiosRequestConfigExtra } from "../interfaces"; import { AxiosRequestParser } from "../parser/AxiosRequestParser"; import { AxiosInterceptor } from "./AxiosInterceptor"; export declare class AxiosInterceptorRequest extends AxiosInterceptor> implements InterceptorManager> { protected readonly parser: typeof AxiosRequestParser; use(onFulfilled?: onFulfilledType>, onRejected?: onRejectedType, options?: MessageInterceptorOptions): number; private onFulfilledRequest; } //# sourceMappingURL=AxiosInterceptorRequest.d.ts.map