/** * Purpose: Runs the offscreen MediaRecorder worker that captures tab streams and uploads finalized recordings. * Why: Keeps long-running media capture out of the popup/service-worker lifecycle so recording survives UI transitions. * Docs: docs/features/feature/playback-engine/index.md * Docs: docs/features/feature/tab-recording/index.md */ export {}; //# sourceMappingURL=recording-worker.d.ts.map