import { NuxtAxiosInstance } from '.' declare module 'vuex/types/index' { interface Store { $axios: NuxtAxiosInstance, } }