/**
 * Array some
 */
declare function some(arr: any, callback: any, thisObj?: any): boolean;
export default some;
