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