import { ISound } from '../interfaces';
export interface TemplateSoundTypes {
    getSounds(sounds: ISound[], text?: string): Promise<any>;
}
