declare const ArrayPrototypeSome: (t: T[], predicate: (value: T, index: number, array: T[]) => unknown, thisArg?: any) => boolean; export = ArrayPrototypeSome;