import type { RefMeta } from '../runtime/broker-protocol.js'; /** * Build the inline memory-reference inventory: every referenceable document * in this node's corpus, precedence-deduped first-wins by canonical name, * both kinds, no gate/rung/`slash` filtering, INDEX docs folded to their bare * directory name. Returns display metadata (`refs`, stably sorted by winning * scope then name) plus the resolution set (`names`) that both the broker's * per-submission resolver and `buildGuidance` test tokens against. */ export declare function buildRefInventory(): { refs: RefMeta[]; names: Set; };