import type { UiElement } from "../types.js"; /** Semantic UI tree format — grouped by role, minimal tokens (~3x reduction vs default) */ export declare function formatUiTreeSemantic(elements: UiElement[]): string; //# sourceMappingURL=semantic.d.ts.map