import { OxmlNode } from '../../core/OxmlNode.js'; /** * Run node emulates OOXML w:r (run) boundaries while remaining transparent to layout. * It carries run-level metadata (runProperties, rsid attributes) without affecting visual style. */ export const Run: OxmlNode, Record, Record>; //# sourceMappingURL=run.d.ts.map