export declare function find(entries: Iterable, predicate: (entry: T) => boolean): T | undefined;