export default function (arr: T[], func: (item: T) => void): void;