import { Predicate } from "../predicates"; import { Transducer } from "./transducer"; export declare function find(predicate: Predicate): Transducer;