export class Draft { static fromJSON(jsonString: any): Draft; constructor(width?: number, height?: number); canvas_config: { height: number; ratio: string; width: number; }; color_space: number; config: { adjust_max_index: number; attachment_info: never[]; combination_max_index: number; export_range: null; extract_audio_last_index: number; lyrics_recognition_id: string; lyrics_sync: boolean; lyrics_taskinfo: never[]; maintrack_adsorb: boolean; material_save_mode: number; multi_language_current: string; multi_language_list: never[]; multi_language_main: string; multi_language_mode: string; original_sound_last_index: number; record_audio_last_index: number; sticker_max_index: number; subtitle_keywords_config: null; subtitle_recognition_id: string; subtitle_sync: boolean; subtitle_taskinfo: never[]; system_font_list: never[]; video_mute: boolean; zoom_info_params: null; }; cover: any; create_time: number; duration: number; extra_info: any; fps: number; free_render_index_mode_on: boolean; group_container: any; id: string; is_drop_frame_timecode: boolean; keyframe_graph_list: any[]; keyframes: { adjusts: never[]; audios: never[]; effects: never[]; filters: never[]; handwrites: never[]; stickers: never[]; texts: never[]; videos: never[]; }; lyrics_effects: any[]; materials: { ai_translates: never[]; audio_balances: never[]; audio_effects: never[]; audio_fades: never[]; audio_track_indexes: never[]; audios: never[]; beats: never[]; canvases: never[]; chromas: never[]; color_curves: never[]; masks: never[]; digital_humans: never[]; drafts: never[]; effects: never[]; flowers: never[]; green_screens: never[]; handwrites: never[]; hsl: never[]; huazi: never[]; images: never[]; log_color_wheels: never[]; loudnesses: never[]; manual_deformations: never[]; material_animations: never[]; material_colors: never[]; multi_language_refs: never[]; placeholder_infos: never[]; placeholders: never[]; plugin_effects: never[]; primary_color_wheels: never[]; realtime_denoises: never[]; shapes: never[]; smart_crops: never[]; smart_relights: never[]; sound_channel_mappings: never[]; speeds: never[]; stickers: never[]; tail_leaders: never[]; text_templates: never[]; texts: never[]; time_marks: never[]; transitions: never[]; video_effects: never[]; video_trackings: never[]; videos: never[]; vocal_beautifys: never[]; vocal_separations: never[]; }; mutable_config: any; name: string; new_version: string; path: string; relationships: any[]; render_index_track_mode_on: boolean; retouch_cover: any; source: string; static_cover_image_path: string; time_marks: any; tracks: { attribute: number; flag: number; id: string; segments: never[]; type: string; }[]; update_time: number; version: number; platform: { app_id: number; app_source: string; app_version: string; device_id: string; hard_disk_id: string; mac_address: string; os: string; os_version: string; }; last_modified_platform: { app_id: number; app_source: string; app_version: string; device_id: string; hard_disk_id: string; mac_address: string; os: string; os_version: string; }; create_mask(mask_title: any): Mask; create_materials_subtitle(text: any, font_name?: string): TextMaterial; get_all_fonts(mode: any): { id: any; name: any; url: any; }[]; find_font_by_name(font_name: any): { id: any; name: any; url: any; } | null; fetch_font_by_name(font_name: any): Promise<{ id: any; name: any; url: any; } | null>; fetch_huazi_by_title(title: any): Promise; search_huazi_by_keyword(keyword: any, limit?: number): Promise; fetch_all_huazi(maxPages?: number, countPerPage?: number, showProgress?: boolean): Promise; fetch_effect_by_name(effect_name: any): Promise; create_materials_qipao(resource_id: any): Qipaos; get_all_qipao(): { common_attr: { id: string; effect_id: string; effect_type: number; source: number; title: string; description: string; cover_url: { small: string; static_img: string; }; item_urls: string[]; md5: string; has_favorited: boolean; create_time: number; statistics: { favorite_count: number; }; is_original: boolean; status: number; download_info: { url: string; format: string; }; is_business: boolean; business_scope: string[]; business_info: { json_str: string; sign: string; }; extra: string; model_names: string; support_platforms: string[]; vip_name: string; }; author: { name: string; avatar_url: string; source: number; uid: string; }; }[]; create_materials_audio(audio_path: any, duration: any): AudioMaterial; create_materials_audio_effects(effect_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; create_materials_video(video_path: any, duration?: number, width?: number, height?: number, type?: string): VideoMaterial; create_materials_video_effects(effect_title: any, online?: boolean): Promise; create_materials_huazi(title: any): Promise; create_materials_stickers(sticker_id: any): Stickers; create_materials_transitions(title: any): Transitions; create_materials_text_animations(ruchang_resource_id?: string, chuchang_resource_id?: string, xuhuan_resource_id?: string): { animations: any[]; id: string; multi_language_current: string; type: string; }; get_all_ruchang_Effects(mode: any): any; get_all_chuchang_Effects(mode: any): any; get_all_loop_Effects(mode: any): any; get_all_video_ruchang_Effects(mode: any): any; get_all_video_chuchang_Effects(mode: any): any; get_all_video_loop_Effects(mode: any): any; create_materials_image_animations(in_title?: string, out_title?: string, loop_title?: string): { animations: any[]; id: string; multi_language_current: string; type: string; }; add_tracks(type?: string): Track; get_track_by_id(id: any): { attribute: number; flag: number; id: string; segments: never[]; type: string; } | undefined; get_segment_by_id(id: any): Segments | null; } import { Mask } from "./Mask"; import { TextMaterial } from "./TextMaterial"; import { Qipaos } from "./Qipaos"; import { AudioMaterial } from "./AudioMaterial"; import { VideoMaterial } from "./VideoMaterial"; import { Effects } from "./Effects"; import { Huazi } from "./Huazi"; import { Stickers } from "./Stickers"; import { Transitions } from "./Transitions"; import { Track } from "./Track"; import { Segments } from "./Segments"; //# sourceMappingURL=Draft.d.ts.map