/** * Gets the nth-child selector for an element * @param element - The DOM element * @returns The nth-child selector string or null */ export declare function getNthChild(element: Element): string | null; //# sourceMappingURL=getNthChild.d.ts.map