pub type ExternalRefs = HashMap<String, u64>;
Maps "offset:length:fileId" src strings from Yul externalReferences to the Solidity declaration node id they refer to.
"offset:length:fileId"
pub struct ExternalRefs { /* private fields */ }