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