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