export function get_all_audio_effects(mode?: number): { audio_adjust_params: any; category_id: string; category_name: string; id: string; is_ugc: boolean; name: any; production_path: string; resource_id: any; speaker_id: string; sub_type: number; time_range: { duration: number; start: number; }; type: string; }[]; export function find_audio_effect_by_title(title: any): { audio_adjust_params: any; category_id: string; category_name: string; id: string; is_ugc: boolean; name: any; production_path: string; resource_id: any; speaker_id: string; sub_type: number; time_range: { duration: number; start: number; }; type: string; } | null; //# sourceMappingURL=audio_effect.d.ts.map