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