export declare const fetchEditorConfig: () => Promise; export declare const fetchNodeSources: () => Promise; export declare const fetchEditorData: () => Promise; export declare const updateEditorData: (flow_data: any) => Promise;