export declare function startAudioCapture(): { stop: () => void; }; export declare function isAudioCaptureRunning(): boolean;