import { MutationTree } from 'vuex';
import { IVxsOptions, VxsExtendedState } from './types';
declare const _default: <D, P, S, RS>(options: IVxsOptions<D, P, S, RS>) => MutationTree<VxsExtendedState<D, S>>;
export default _default;
