export declare function getContextItemIndex(elementSelector: string, parentSelector: string, node: HTMLElement): number | null;
