/** * Produces a function to remap an object structure. * TODO: Explain how to use this. * * @param {Array} map * * @returns {Function} * @category Data */ export default function mapper(map: Array): Function;