import { Projector } from './types'; export default function mapMany(items: TL[], selector?: Projector): TR[];