export interface SttService { transcribePcm16(pcm16MonoAudio: Buffer): Promise; destroy?(): Promise; }