import { DOMStateRaw } from "./types";
export declare const buildDomView: () => DOMStateRaw;
