export declare function forEach<T>(this: Iterable<T>, mapper: any): void;
