/** * Execute a callback when the DOM is ready. * In Node.js, when there is no DOM, or when the DOM is already parsed, * the callback is deferred to the next microtask. * @param fn - callback to execute when the DOM is ready * @ignore */ export declare const DOMContentLoaded: (fn: () => void) => void; //# sourceMappingURL=dom.d.ts.map