import { SyncStorageInterface } from './types'; export declare function createStoresStorage(storageKeyPrefix: string): SyncStorageInterface;