import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition";
/**
* Returns a chunk with the elements mapped by the specified function.
* @tsplus static Chunk.Aspects mapWithIndex
* @tsplus pipeable Chunk mapWithIndex
* @tsplus location "@tsplus/stdlib/collections/Chunk/operations/mapWithIndex"
*/
export declare function mapWithIndex(f: (index: number, a: A) => B): (self: Chunk) => Chunk;
//# sourceMappingURL=mapWithIndex.d.ts.map