import * as Vuex from 'vuex'; import State from './State'; export declare type ActionContext = Vuex.ActionContext; export default ActionContext;