import type { STTProviderConfig, STTProviderInstance } from "@voicefield/core"; export declare function createWebSpeechProvider(config: STTProviderConfig): STTProviderInstance; //# sourceMappingURL=web-speech.d.ts.map