export declare const forEach: {
(fn: (value: A) => void, iterable: Iterable): void;
(fn: (value: A) => void): (iterable: Iterable) => void;
};
export declare function __forEach(fn: (value: A) => void, iterable: Iterable): void;
//# sourceMappingURL=forEach.d.ts.map