/** * Returning an array of the results of each `iteratee(index)` * and the index start with `start` and end with `end`. */ export declare const mapRange: (array: T[], iteratee: (item: T, index: number) => R, end: number, start?: number) => R[]; //# sourceMappingURL=map-range.d.ts.map