import { FunctionReturning } from "./internal"; export declare const mapArray: (iterable: T[], iteratee: FunctionReturning) => R[];