export declare function find(iterable: Iterable, predicate: (element: T, index: number) => unknown): T | undefined;