import { AxiosInstance } from 'axios'; declare const handleTokenExpiration: (instance: AxiosInstance) => void; export default handleTokenExpiration;