/*!
 * Axios Cache Interceptor 1.8.3
 * (c) 2021-present Arthur Fiorette & Contributors
 * Released under the MIT License.
 */
import type { AxiosCacheInstance } from '../cache/axios.js';
import type { RequestInterceptor } from './build.js';
export declare function defaultRequestInterceptor(axios: AxiosCacheInstance): RequestInterceptor;
//# sourceMappingURL=request.d.ts.map