import { globalThis as globalThis_ } from './globalThis.mjs';

declare const DOMException: typeof globalThis_.DOMException;

export { DOMException };
