import { ActionTree, MutationTree } from 'vuex'; import RootState from '../types/RootStateModel'; export declare const actions: ActionTree; export declare const mutations: MutationTree;