export declare const findReverse: (items: T[], matches: (items: T) => boolean) => T | undefined; //# sourceMappingURL=findReverse.d.ts.map