import type { Plugin } from '../types';
/**
 * Plugin that checks whether state is serializable, in order to avoid
 * network serialization bugs.
 */
declare const SerializablePlugin: Plugin;
export default SerializablePlugin;
