export declare const ROOT_ID = "__CYAN_ROOT_NODE__";
export declare const createRootNode: () => HTMLElement;
export declare const getRootNode: () => Element | null;
export declare const getDocumentHTML: () => string;
