import { NonEmptyImmutableArray } from "@tsplus/stdlib/collections/NonEmptyImmutableArray/definition";
/**
* @tsplus static NonEmptyImmutableArray.Aspects map
* @tsplus pipeable NonEmptyImmutableArray map
* @tsplus location "@tsplus/stdlib/collections/NonEmptyImmutableArray/map"
*/
export declare function map(f: (a: A, i: number) => B): (self: NonEmptyImmutableArray) => NonEmptyImmutableArray;
//# sourceMappingURL=map.d.ts.map