import { IMap, IIterator } from "./enumerable"; export declare function map(items: IMap, func: IIterator>): Promise; export declare function map(items: IMap, func: IIterator): R[]; export declare function map(items: T[], func: IIterator>): Promise; export declare function map(items: T[], func: IIterator): R[];