/** * Purpose: Implements popup recording controls, mic-permission flow, and saved-recording reveal behavior. * Why: Gives users reliable start/stop control with explicit permission/error handling for tab capture sessions. * Docs: docs/features/feature/playback-engine/index.md * Docs: docs/features/feature/tab-recording/index.md */ export declare function setupRecordingUI(): void; //# sourceMappingURL=recording.d.ts.map