import type { OperatorFunction } from '../types';
export declare function map<TValueBefore, TError, TValueAfter>(project: (value: TValueBefore, index: number) => TValueAfter): OperatorFunction<TValueBefore, TError, TValueAfter, TError>;
//# sourceMappingURL=map.d.ts.map