import { Mapper } from '../types'; /** * @operation `Transformation` * @param iterable * @param mapper * @returns */ export declare function flatMap(iterable: Iterable, mapper: Mapper>): Iterable;