export declare const findReverse: <T>(items: T[], matches: (items: T) => boolean) => T | undefined;
