export declare const interactionsEn: { readonly 'interaction.askExpired': "This AskUserQuestion prompt has expired. Please ask again if you still need it."; readonly 'interaction.askInactive': "This AskUserQuestion prompt is no longer active."; readonly 'interaction.selectOrType': "Please select an option or type a custom answer."; readonly 'interaction.questionsProgress': "Questions (${answered}/${total} answered)"; readonly 'interaction.planApproved': "Plan approved — Cortex will proceed."; readonly 'interaction.planApprovedRich': "*Plan approved* — Cortex will proceed."; readonly 'interaction.planFeedbackSent': "Plan feedback sent — Cortex will revise.\n> ${feedback}"; readonly 'interaction.noSpecificFeedback': "No specific feedback"; readonly 'interaction.cancelledPreserved': "Cancelled. Session preserved — next message will resume."; readonly 'interaction.sessionActive': "Session `${sessionName}` active — send your message below.${profileNote}"; readonly 'interaction.sessionProfileNote': " (profile: ${profileName})"; readonly 'interaction.newConversation': "--- new conversation --- (profile: ${profileName})"; readonly 'update.installing': "Installing @cortex-agent/server@${version}... daemon will restart shortly."; readonly 'update.skipped': "Skipped version ${version}."; readonly 'update.cancelled': "Update cancelled. Will check again at next interval."; readonly 'update.releaseNotesTitle': "Cortex Server v${version} Release Notes"; readonly 'update.releaseNotesEmpty': "(No release notes available)"; readonly 'update.releaseNotesTruncated': "\n\n_[Truncated — view full notes on GitHub]_"; readonly 'update.releaseNotesBody': "**${name}**\n\n${body}\n\n[View full release notes](${url})"; readonly 'update.releaseNotesFetchFailed': "Failed to fetch release notes for v${version}. View on GitHub: ${url}"; readonly 'update.available': "Cortex Server v${version} is available. Update now?"; readonly 'update.availableSection': "Cortex Server v${version} is available."; readonly 'update.superseded': "Superseded by a newer update prompt."; readonly 'update.timedOut': "Update prompt timed out."; readonly 'update.button.update': "Update"; readonly 'update.button.releaseNote': "Release Note"; readonly 'update.button.skip': "Skip this version"; readonly 'update.button.cancel': "Cancel"; readonly 'modal.answer': "Answer (${answered}/${total})"; readonly 'modal.selectOneOrMore': "Select one or more"; readonly 'modal.selectOne': "Select one"; readonly 'modal.typeAnswerLabel': "Or type your answer"; readonly 'modal.customAnswerPlaceholder': "Custom answer (overrides selection above)"; readonly 'modal.yourAnswerLabel': "Your answer"; readonly 'modal.yourAnswerPlaceholder': "Type your answer"; readonly 'modal.questionsTitle': "Questions"; readonly 'modal.submit': "Submit"; readonly 'modal.cancel': "Cancel"; readonly 'modal.planReady': "*Plan ready for review.* Approve to proceed or provide feedback."; readonly 'modal.approve': "Approve"; readonly 'modal.provideFeedback': "Provide Feedback"; readonly 'modal.planFeedbackTitle': "Plan Feedback"; readonly 'modal.feedbackLabel': "Your feedback (Cortex will revise the plan)"; readonly 'modal.feedbackPlaceholder': "What should be changed?"; readonly 'subtask.fromTask': "Subtask #${taskId}"; readonly 'subtask.fromUnknown': "a subtask"; readonly 'subtask.escalateHeader': "[Subtask question — escalated to you] ${from} hit something unclear/contradictory while executing and has no manager above it, so it is checking with you:"; readonly 'subtask.questionLabel': "Question: ${question}"; readonly 'subtask.escalateReply': "Just reply in this channel — your next message will be returned to that subtask as the answer."; readonly 'subtask.replyDelivered': "Your reply has been delivered to the subtask that asked."; }; export declare const interactionsZh: Record;