import { SyncStorageInterface } from './types'; export declare function createStoresStorage(storageKeyPrefix: string): SyncStorageInterface; //# sourceMappingURL=storesStorage.web.d.ts.map