export declare function addRecentId(collectionId: string, id: string): string[];
export declare function saveSearchedIdsLocally(collectionId: string, ids: string[]): void;
export declare function getRecentIds(collectionId: string): string[];
