import { Selector } from '../../Types'; export default function selectMany(iterable: Iterable, selector: Selector>): Iterable;