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