public protocol NodeRepresentable: Sendable { func render() -> String }