import type { Predicate } from "@thi.ng/api"; export declare const some: (pred: Predicate, input: Iterable) => T | undefined; //# sourceMappingURL=some.d.ts.map