/** * 生成一个会返回mutation函数的函数 */ export declare const mutation: () => (key: K) => (s: S, arg: S[K]) => void;