export { ISpeechGrammar} from './contracts/ISpeechGrammar'; export { ISpeechGrammarList } from "./contracts/ISpeechGrammarList"; export { ISpeechRecognition } from "./contracts/ISpeechRecognition"; export { ISpeechRecoginitionAlternative } from "./contracts/ISpeechRecognitionAlternative"; export { ISpeechRecoginitionResult } from "./contracts/ISpeechRecoginitionResult"; export { ICoginitiveServiceSpeechHypothesis } from "./contracts/ICoginitiveServiceSpeechHypothesis" export { ICoginitiveServiceSpeechResult } from './contracts/ICoginitiveServiceSpeechResult'