declare const asyncSome: (arr: any[], calle: Function) => Promise<boolean>;
export default asyncSome;
//# sourceMappingURL=asyncSome.d.ts.map