import type { Declarable } from "../declarable.js"; /** * Resolves all AttrRef instances in a collection of entities * Sets logical names on entities and resolves parent references in AttrRefs * * @param entities - Map of export name to Declarable entity * @throws {Error} If an AttrRef parent cannot be found in the entities collection */ export declare function resolveAttrRefs(entities: Map): void; //# sourceMappingURL=resolve.d.ts.map