export default function some(arr: T[], callback: (it: T, i?: number, arr?: T[]) => boolean | Promise): Promise;