import type { StoreValue } from './storeValue' export declare type CurrentValueCallback = ( currentValue: StoreValue, ) => StoreValue