import type { StoreValue } from './storeValue' export declare type SetCallback = (value: StoreValue) => StoreValue