declare function lastArrayEach(obj: any, iterate: any, context?: any): void;
export default lastArrayEach;
