import { Pipe } from "../pipe.js"; export declare function map(callbackFn: (element: any, index?: number) => any): Pipe;