import type { MapInstance } from '../../core/MapInstance'

/** Creates a value-by-alpha map instance */
export function map(config?: any): MapInstance
