export default function forEach(iterable: Iterable, callback: (value: T, index: number) => boolean | void): void;