export function makeSetStoreMethods(jsset: Set, assertKeyOkToAdd: (k: K) => void, assertKeyOkToDelete?: (k: K) => void, keyName?: string): SetStoreMethods; export function makeScalarSetStore(tag?: string, { keyShape }?: StoreOptions): SetStore; import type { Key } from '@endo/patterns'; import type { SetStoreMethods } from '../types.js'; import type { StoreOptions } from '../types.js'; import type { SetStore } from '../types.js'; //# sourceMappingURL=scalarSetStore.d.ts.map