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