export declare const statusEn: { readonly 'status.processing': "Processing"; readonly 'status.done': "Done"; readonly 'status.waitingForUserInput': "Waiting for user input"; readonly 'status.backgroundRunning': "Background task running"; readonly 'status.cancelled': "Cancelled"; readonly 'status.error': "Error"; readonly 'status.supersededByEdit': "Superseded by edit"; readonly 'status.retryEdited': "edited"; readonly 'status.retry': "Retry"; readonly 'status.rateLimitedExhausted': "Rate limited — all fallbacks exhausted"; readonly 'status.supersededSeeNewReply': "see new reply"; readonly 'status.processingAskResponse': "Processing AskUserQuestion response..."; readonly 'status.errorBody': "Error: ${message}"; readonly 'notify.turnComplete': "Turn complete"; readonly 'notify.turnFailed': "Turn failed"; readonly 'notify.contextCompacted': "Context auto-compacted (${trigger}${tokens}). Earlier conversation history has been summarized; please restate key information if needed."; readonly 'notify.contextCompactedTokens': ", ~${preTokens} tokens before compaction"; readonly 'status.noRunningExecutions': "No running executions."; readonly 'status.runningExecutions': "Running executions: ${count}"; readonly 'btn.cancel': "Cancel"; readonly 'btn.resume': "Resume"; readonly 'btn.new': "New"; readonly 'btn.newq': "New (quiet)"; }; export declare const statusZh: Record;