// @flow strict export type ObjMap = { [key: string]: T, __proto__: null, ... };