import type { AxiosInstance } from './types.js'; export default function rateLimit(instance: AxiosInstance, maxRetry?: number): void;