import type { Element } from '../../types'; export declare function getIndexesFromElement(element: Element): number[];