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