export function makeWeakSetStoreMethods(jsset: WeakSet, assertKeyOkToAdd: (k: K) => void, assertKeyOkToDelete?: (k: K) => void, keyName?: string): WeakSetStoreMethods; export function makeScalarWeakSetStore(tag?: string, { longLived, keyShape }?: StoreOptions): WeakSetStore; import type { Key } from '@endo/patterns'; import type { WeakSetStoreMethods } from '@agoric/store'; import type { StoreOptions } from '@agoric/store'; import type { WeakSetStore } from '@agoric/store'; //# sourceMappingURL=scalarWeakSetStore.d.ts.map