import { Predicate } from '@typed/lambda'; import { Maybe } from '@typed/maybe'; export declare const findIndex: { (predicate: Predicate, iterable: Iterable): Maybe; (predicate: Predicate): (iterable: Iterable) => Maybe; }; //# sourceMappingURL=findIndex.d.ts.map