/** * Yield control back to the event loop between parse chunks. * * Prefers the standard `scheduler.yield()` where available; otherwise * falls back to a MessageChannel round-trip (faster than `setTimeout(0)` * and available in both browsers and Node). */ export declare function yieldToEventLoop(): Promise; //# sourceMappingURL=yield-to-event-loop.d.ts.map