import { DataComponent as DC } from '../runtime'; import { MapTransform } from '../spec'; export type MapOptions = Omit; /** * Map transform by function. */ export declare const Map: DC;