export declare function findNested(arr: T[], predicate: (item: T) => boolean, arrNested?: (item: T) => any): T | undefined;