10 lines
190 B
TypeScript
10 lines
190 B
TypeScript
declare const _exports: {
|
|
'Speech Recognize': string;
|
|
newline: string;
|
|
delete: string;
|
|
space: string;
|
|
Sound: string;
|
|
'Interim Results': string;
|
|
};
|
|
export = _exports;
|