import { HistoryItem, Storage, StorageApi } from './types'; export declare function createStorageApi(storage: Storage): StorageApi;