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