export type Align = "left" | "center" | "right"; export type SetStatusSegmentPayload = { key: string; text: string; align?: Align; priority?: number; }; export type RemoveStatusSegmentPayload = { key: string; }; export declare const EDITOR_STATUS_WIDGET_KEY = "codex-content:editor-status"; export declare const EDITOR_BASE_LEFT_SEGMENT_KEY = "codex-content:editor-base-left"; export declare const EDITOR_BASE_RIGHT_SEGMENT_KEY = "codex-content:editor-base-right"; //# sourceMappingURL=types.d.ts.map