/** * Extends the Element prototype with realm aware methods. * @param {typeof Element} Element The Element constructor to extend. */ export function extendElement(Element: typeof globalThis.Element): void;