import {Transducer} from 'transducers.js'; export default function mapIndexed( f: (x: TInput, i: number) => TOutput ): Transducer;