import { CreateRecentSearchesLocalStorageOptions } from './createLocalStorageRecentSearchesPlugin'; import { HistoryItem, Storage } from './types'; export declare type CreateLocalStorageProps = Required>; export declare function createLocalStorage({ key, limit, search, }: CreateLocalStorageProps): Storage;