export declare function find(array: T[], predicate: (item: T, i: number, a: T[]) => boolean): T | undefined;