export default function mapMapAsync(map: ReadonlyMap, mapper: (value: V, key: K) => Promise): Promise>;