export function makeMapStoreMethods(jsmap: Map, assertKVOkToAdd: (k: K, v: V) => void, assertKVOkToSet: (k: K, v: V) => void, assertKeyOkToDelete?: (k: K) => void, tag?: string): MapStoreMethods; export function makeScalarMapStore(tag?: string, { keyShape, valueShape }?: StoreOptions): MapStore; import type { Key } from '@endo/patterns'; import type { Passable } from '@endo/pass-style'; import type { MapStoreMethods } from '../types.js'; import type { StoreOptions } from '../types.js'; import type { MapStore } from '../types.js'; //# sourceMappingURL=scalarMapStore.d.ts.map