import { globalThis_ } from "./globalThis.js";

//#region src/_internal/DOMException.d.ts
declare const DOMException: typeof globalThis_.DOMException;
//#endregion
export { DOMException };