import { ElementNode } from '../types'; export declare function nextSibling(node: ElementNode): ElementNode;