import type { Plugin } from '../types';
/**
 * Plugin that allows using Immer to make immutable changes
 * to G by just mutating it.
 */
declare const ImmerPlugin: Plugin;
export default ImmerPlugin;
