export default interface MutableObject { [k: string]: T; }