import type { AxiosInstance } from './types.js'; export default function asyncToken(instance: AxiosInstance, getToken: () => Promise): void;