declare function forEach(collection: any, callbackFn: any, thisArg?: any): void; export default forEach;