/** * DOMException — uses native implementation if available, polyfill otherwise. * Native is available in Node.js 17+ and modern browsers. * On GJS, the polyfill is used. */ export declare const DOMException: typeof globalThis.DOMException; export default DOMException;