export declare const EDITOR_SET_STATUS_SEGMENT_EVENT = "editor:set-status-segment"; export declare const EDITOR_REMOVE_STATUS_SEGMENT_EVENT = "editor:remove-status-segment"; export declare const EDITOR_SETTINGS_CHANGED_EVENT = "editor:settings-changed"; export type { RemoveStatusSegmentPayload, SetStatusSegmentPayload } from "./types.js"; //# sourceMappingURL=events.d.ts.map