/** * Timeline conversion for telemetry marks. * * Marks are collected on `performance.now()` — under a blocked main thread the * wall clock and the monotonic clock drift apart, so a mix of the two produces * spans that no longer line up. Conversion happens once, at report time. * * The baseline comes from avatarkit's clock calibration when available, which * puts RTC spans on the same timeline as avatarkit's own and as the server's * records. avatarkit is a peer dependency and may be an older version without * that entry point, so the import is optional and resolved lazily; callers get * null and fall back to a local anchor. * * @packageDocumentation * @internal */ export {}; //# sourceMappingURL=clock.d.ts.map