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