import JSON from "./JSON";
import MutableObject from "./MutableObject";
export default interface JSONObject extends MutableObject<JSON> {
}
