/**
 * Array forEach
 */
declare function forEach(arr: any, callback: any, thisObj?: any): void;
export default forEach;
