import { type WebSpeechPonyfill } from './WebSpeechPonyfill'; type WebSpeechPonyfillFactory = ({ referenceGrammarID }: { referenceGrammarID?: string; }) => WebSpeechPonyfill; export { type WebSpeechPonyfillFactory }; //# sourceMappingURL=WebSpeechPonyfillFactory.d.ts.map