import { FlowEventType, EditorType, ProjectChangeInfo } from '../models/ext_models'; export declare const emitter: any; export declare function emitData(editor_type: EditorType, flow_event_type: FlowEventType, project_change_info?: ProjectChangeInfo | null, event?: any): void;