import { type FunctionReturning } from "./internal/types.js"; export declare const mapArray: (iterable: T[], iteratee: FunctionReturning) => R[]; //# sourceMappingURL=map-array.d.ts.map