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