import * as vuex from 'vuex'; import * as types from 'vuvu/types'; import { StoreModule } from './StoreModule'; export declare type Mutations = types.Dictionary>; export declare function addMutation>(storeClass: types.Constructor, name: string, fcn: vuex.Mutation): void; export declare function getMutationsForStore>(store: T): Mutations;