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