import { Store } from 'vuex'; export default class Container { /** * The store instance. */ static store: Store; /** * Register the store instance. */ static register(store: Store): void; }