import { PluginObject } from "vue"; declare type AxiosInstance = import("axios").AxiosInstance; declare const plugin: PluginObject<{ axios?: AxiosInstance; }>; export default plugin;