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.backgroundInterrupted': "Background task interrupted — session ended before completion delivery"; readonly 'status.backgroundStillRunning': "Background task still running — no longer holding this turn; results will be appended here when it finishes"; 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"; 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."; readonly 'notify.agentFallback': "Model fallback: ${from} → ${to}."; readonly 'notify.backendSessionReset': "Previous backend session was unavailable; started a fresh session."; readonly 'notify.rateLimitAutoResume': "Rate limited — this chat will resume automatically when the limit resets."; readonly 'notify.authRequired.title': "Authentication required"; readonly 'notify.authRequired.body': "Authentication required for backend `${backend}` / provider `${provider}` (${kind}). ${guidance}"; readonly 'notify.authRequired.kind.loginRequired': "login required"; readonly 'notify.authRequired.kind.oauthExpired': "OAuth login expired"; readonly 'notify.authRequired.kind.invalidApiKey': "invalid API key"; readonly 'notify.authRequired.kind.unauthorized': "unauthorized request"; readonly 'notify.authRequired.kind.invalidGrant': "invalid OAuth grant"; readonly 'notify.authRequired.guide.action': "Use the one-click login action below to sign in again."; readonly 'notify.authRequired.guide.claude': "SSH to the Cortex host and run `claude /login` to sign in again."; readonly 'notify.authRequired.guide.pi': "SSH to the Cortex host, run `pi`, then enter `/login` and select provider `${provider}`."; readonly 'notify.authExpiry.title': "Authentication status warning"; readonly 'notify.authExpiry.body': "Backend `${backend}` / provider `${provider}` is ${state}.${expiry} ${guidance}"; readonly 'notify.authExpiry.state.expiring': "expiring"; readonly 'notify.authExpiry.state.expired': "expired"; readonly 'notify.authExpiry.state.loggedOut': "logged out"; readonly 'notify.authExpiry.expiresAt': "Expires at `${expiresAt}`."; readonly 'notify.authExpiry.refreshExpiresAt': "Refresh credential expires at `${expiresAt}`."; readonly 'notify.authExpiry.guide.action': "Use the one-click login action below to sign in again."; 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;