import { PluginConfigModel } from '../../../modules/config/models/config.model'; export declare class BuddyVoiceaiConfigModel extends PluginConfigModel { type: string; enabled: boolean; apiKey: string | null; voiceId: string | null; }