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