import { HastNode } from "./hast";
import { XastNode } from "./xast";
export default function hastFromXast(xastNode: XastNode): HastNode;
