export default function updateRecentSearches(params: object): void; /** * Fetches recent product as list of product id (stripped of variant suffix). * @returns {string[]} A list of product IDs. */ export declare function getRecentProducts(): string[]; /** * Fetches recent product as a record of id and timestamp (keys stripped of variant suffix). * @returns {Record} A map of product IDs to their timestamps. */ export declare function getRecentProductsTimestamps(): Record;