export declare function find(iterable: Iterable, cb: (item: Val) => boolean): Val | undefined;