import { IStorageSyncOptions } from './storage-sync-options';
/**
 * @internal Sync state with storage
 */
export declare const syncWithStorage: <T>(state: T, { features, storage, storageKeySerializer, storageError }: IStorageSyncOptions<T>) => void;
