import { Expectation } from './createSatisfier.js'; /** * Check if an array have at least one entry satisfying the expectation. * @param expectation expectation */ export declare function some(expectation: E): import("tersify").Tersible<(e: any) => any>; //# sourceMappingURL=some.d.ts.map