import { MutationsDef, StateDef } from "../typings/index";
export declare function defineMutations<State extends StateDef, M extends MutationsDef<State>>(state: State, mutations: M): M;
