export declare function startAudioCapture(): { stop: () => void; }; /** Stop the persistent microphone/system-audio agent immediately. */ export declare function stopAudioCapture(): void; export declare function isAudioCaptureRunning(): boolean;