// types/global.d.ts import {AxiosRequestConfig} from "axios"; declare global { } export {};