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