export class Effects { static create(effect_title: any, online?: boolean): Promise; constructor(effect: any, online?: boolean); adjust_params: { default_value: any; name: any; value: any; }[]; effect_id: any; name: any; resource_id: any; algorithm_artifact_path: string; apply_target_type: number; apply_time_range: any; category_id: string; category_name: string; common_keyframes: any[]; disable_effect_faces: any[]; formula_id: string; id: string; path: string; platform: string; render_index: number; request_id: string; source_platform: number; time_range: any; track_render_index: number; type: string; value: number; version: string; } //# sourceMappingURL=Effects.d.ts.map