/** * Checks if a selector uniquely identifies an element * @param element - The DOM element to check * @param selector - The CSS selector string * @returns True if the selector uniquely identifies the element */ export declare function isUnique(element: Element, selector: string): boolean; //# sourceMappingURL=isUnique.d.ts.map