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