import { Node } from "../dom/interfaces";
export declare function serializeToString(root: Node): string;
