import type { Pair } from './Pair.js'; import { ToJSContext } from './toJS.js'; export declare function addPairToJSMap(ctx: ToJSContext | undefined, map: Map | Set | Record, { key, value }: Pair): Map | Set | Record;