export default function forEach(array: T[], callback: (value: T, index: number) => boolean | void): void;