import { TemplateSoundTypes } from './TemplateSoundTypes';
import { ISound } from '../interfaces';
export declare class ViberSound implements TemplateSoundTypes {
    getSounds(sounds: ISound[], _?: string): Promise<string[]>;
}
