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