type SimpleObject = { [key: string | number]: any; }; declare var DEV_SERVER:boolean;