declare const ArrayPrototypeForEach: (t: T[], callbackfn: (value: T, index: number, array: T[]) => void, thisArg?: any) => void; export = ArrayPrototypeForEach;