/**
 * Adds tooltips to elements with the 'data-xray' attribute.
 *
 * @returns {void}
 */
export declare function addXrayTooltips(): void;
/**
 * Removes all tooltips with the 'xray-tooltip' class.
 */
export declare function removeXrayTooltips(): void;
