/**
 * Resolve all references to their real values. This way other places won't have to do
 * lookups in the whole structure.
 *
 * @param {import("../generated/common/types.js").CodeGenStructure} structure
 */
export function structureLinkReferences(
  structure: import("../generated/common/types.js").CodeGenStructure,
): void;
//# sourceMappingURL=structureLinkReferences.d.ts.map
