export declare const forEach: <T>(callback: (value: T, key: T, set: Set<T>) => void) => (set: Set<T>) => void;
