export declare function closestSearchResult<T>(game: string, products: T[], getName: (product: T) => string): T | undefined;
