import { Collection, Iteratee, Many } from '../type'; export declare function __each(collection: Collection | string | number, iteratee: Iteratee): void; export declare function __map(collection: Collection | string | number, iteratee: Iteratee>, target?: [] | {}): any;