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