import { FieldParserFn } from "../../models/interfaces/field-parser-fn";
import { FieldParserProcedureOptions } from "../../models/interfaces/field-parser-procedure-options";
export declare const MAP = "map";
export declare const map: FieldParserFn;
export declare function Map(mapper: (v: any, i: number, context: any) => any, options?: FieldParserProcedureOptions): PropertyDecorator;
