/**
 * Hoist all named types to the top of the structure, replacing them with references
 * before serialization
 *
 * @param {import("../generated/common/types.js").CodeGenStructure} structure
 */
export function structureHoistNamedItems(
  structure: import("../generated/common/types.js").CodeGenStructure,
): void;
//# sourceMappingURL=structureHoistNamedItems.d.ts.map
