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