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