export declare class Iteration { private readonly iter; constructor(iter: Iterator); foreach(f: (value: T) => void): void; }