よくわからないです。
参考サイト
import { Store } from 'vuex'; declare module '@vue/runtime-core' { interface ComponentCustomProperties { $store: Store<T>; } }