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