declare const invertMapObject: (theMapObject: Record) => Record; export default invertMapObject;