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