UNPKG

umbot

Version:

Universal bot(vk, telegram, viber) or skills for Yandex.Alisa, Маруся and sber

9 lines (8 loc) 299 B
import { TemplateSoundTypes } from './types/TemplateSoundTypes'; import { ISound } from './interfaces'; export declare class Sound { sounds: ISound[]; isUsedStandardSound: boolean; constructor(); getSounds(text: string | null, userSound?: TemplateSoundTypes | null): Promise<any>; }