import JSON from './JSON'; import MutableObject from './MutableObject'; export type JSONObject = MutableObject; export default JSONObject;