export declare function mapIterable(it: Iterable, cb: (v: T) => R): Generator; export declare function filterIterable(it: Iterable, cb: (v: T) => boolean): Generator; export declare function toList(it: Iterable): T[]; //# sourceMappingURL=iterators.d.ts.map