export function makeInstanceRecordStorage(baggage: Baggage): (ir: InstanceRecord) => InstanceState;
import type { Baggage } from '@agoric/vat-data';
import type { InstanceRecord } from './zoeService/utils.js';
//# sourceMappingURL=instanceRecordStorage.d.ts.map