import type { ScribeMicrophoneSetup } from "../../scribe/microphone.js"; /** * Web implementation of Scribe microphone streaming. * * Uses `navigator.mediaDevices.getUserMedia`, `AudioContext`, and an * `AudioWorkletNode` to capture, resample, and encode microphone audio * as base64 PCM16 chunks. */ export declare const webScribeMicrophoneSetup: ScribeMicrophoneSetup; //# sourceMappingURL=scribeMicrophone.d.ts.map