/** compare two nodes in the appearance to sort */
export default function compare(lhs: Node, rhs: Node): boolean;
