declare function arrayEach(list: any, iterate: any, context?: any): void;
export default arrayEach;
