import { Elem } from "./nodes.mjs"; export interface Renderer { render(node: Elem | Promise): Promise; }