export declare const transformIterable: (from: Iterable, tranform: (f: F) => T) => Iterable;