interface VoiceStyle { style_arr: string[]; role_arr?: string[]; } export declare function getVoiceStyle(voice: string): VoiceStyle; export {};