export default function forEach(iterable: any, callback: (item: any, key: any) => void): void;