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