import { o as MonkeysResolvedLocale, i as MonkeysLocaleMessages, j as MonkeysLocaleMessagesOverride, h as MonkeysLocaleInput } from '../types-ee3a8b50874c.mjs'; export { M as MonkeysAgentWorkbenchMessages, a as MonkeysBuiltInLocaleId, b as MonkeysDataExplorerMessages, c as MonkeysDialogMessages, d as MonkeysDropdownMenuMessages, e as MonkeysLayoutMessages, f as MonkeysLoadingMessages, g as MonkeysLocale, k as MonkeysMultiSelectMessages, l as MonkeysNumberInputMessages, m as MonkeysPaginationMessages, n as MonkeysPasswordInputMessages, p as MonkeysStepsMessages, q as MonkeysTableMessages, r as MonkeysToastMessages, s as MonkeysToolbarMessages, t as MonkeysWorkbenchMessages } from '../types-ee3a8b50874c.mjs'; declare const enUS: { locale: string; messages: { pagination: { navigation: string; first: string; previous: string; next: string; last: string; page: ({ page, pageCount }: { page: number; pageCount: number; }) => string; currentPage: ({ page, pageCount }: { page: number; pageCount: number; }) => string; emptyResults: string; range: ({ start, end, total }: { start: number; end: number; total: number; }) => string; selected: ({ count }: { count: number; }) => string; pageSize: string; perLoad: string; jumpToPage: string; pages: string; clickToJump: string; }; dialog: { close: string; }; dropdownMenu: { actions: string; }; loading: { spinner: string; }; layout: { resizePanels: string; }; steps: { label: string; current: string; completed: string; error: string; disabled: string; }; numberInput: { increment: string; decrement: string; }; passwordInput: { showPassword: string; hidePassword: string; }; multiSelect: { placeholder: string; empty: string; removeOption: ({ value }: { value: string; }) => string; }; table: { dragColumn: ({ columnId }: { columnId: string; }) => string; resizeColumn: ({ columnId }: { columnId: string; }) => string; sortColumn: ({ columnId }: { columnId?: string; }) => string; loadingRow: string; }; toolbar: { theme: { label: string; toggle: string; auto: string; light: string; dark: string; }; language: { label: string; switch: string; }; }; toast: { errorTitle: string; warningTitle: string; defaultErrorDescription: string; defaultWarningDescription: string; }; dataExplorer: { viewTree: { actions: string; expand: string; collapse: string; loading: string; empty: string; error: string; }; }; workbench: { collection: { label: string; loading: string; empty: string; loadError: string; refreshError: string; retry: string; loadingMore: string; permission: string; offline: string; requestAccess: string; }; interactiveTable: { columnActions: string; freezeColumn: string; freezeEndColumn: string; unfreezeColumn: string; unfreezeEndColumn: string; unfreezeAllColumns: string; resetColumnWidth: string; frozenColumnTitle: string; }; }; agentWorkbench: { label: string; reasoning: string; plan: string; taskNoDetail: string; modes: { chat: string; work: string; }; composer: { send: string; stop: string; queue: string; attach: string; voice: string; webSearch: string; chatMode: string; model: string; reasoning: string; permissions: string; removeAttachment: string; editQueued: string; deleteQueued: string; moveUp: string; moveDown: string; queued: string; uploading: string; uploadFailed: string; retryAttachment: string; noModels: string; message: string; attachmentOnly: string; reasoningOptions: { low: string; medium: string; high: string; xhigh: string; }; permissionOptions: { "approval-required": string; "auto-approve": string; "full-access": string; }; }; quickStart: { label: string; back: string; addFile: string; }; tool: { input: string; output: string; status: { pending: string; running: string; completed: string; failed: string; denied: string; }; }; approval: { approve: string; reject: string; approved: string; rejected: string; }; artifact: { pending: string; ready: string; failed: string; open: ({ name }: { name: string; }) => string; }; run: { stopping: string; stoppedAfter: ({ duration }: { duration: string; }) => string; }; process: { running: string; queued: string; waitingApproval: string; failed: string; stopped: string; processed: string; processedFor: ({ duration }: { duration: string; }) => string; completedCount: ({ completed, total }: { completed: number; total: number; }) => string; }; artifactWorkspace: { outputs: string; sources: string; viewAll: string; toggleSummary: string; tabs: string; closeTab: ({ name }: { name: string; }) => string; closeWorkspace: string; download: ({ name }: { name: string; }) => string; openExternal: ({ name }: { name: string; }) => string; loading: string; failed: string; retry: string; }; usage: { label: string; context: ({ used, total }: { used: number; total: number; }) => string; }; navigation: { search: string; searchSessions: string; searchShortcut: string; clearSearch: string; tabsLabel: string; agents: string; sessions: string; newAgent: string; newSession: string; capabilities: string; settings: string; allAgents: string; recentSessions: string; chat: string; work: string; chats: string; builtIn: string; noDescription: string; loading: string; emptyAgents: string; emptySessions: string; noResults: string; retry: string; pin: string; unpin: string; rename: string; delete: string; actions: string; save: string; cancel: string; running: string; completed: string; failed: string; contextUsage: ({ percent }: { percent: number; }) => string; }; details: { title: string; description: string; duration: string; updated: string; model: string; mode: string; permissions: string; tokenUsage: string; summary: string; summaryEmpty: string; summaryFailed: string; highlights: string; pendingItems: string; tabs: { label: string; summary: string; workspace: string; }; status: { queued: string; running: string; waiting_approval: string; stopping: string; stopped: string; completed: string; failed: string; }; state: { loading: { title: string; description: string; }; empty: { title: string; description: string; }; error: { title: string; description: string; }; }; actions: { close: string; copySummary: string; retry: string; retrySummary: string; resume: string; continueInNewTask: string; editAndRerun: string; export: string; }; workspace: { diffs: string; files: string; terminals: string; tests: string; artifacts: string; exitCode: ({ code }: { code: number; }) => string; diffStatus: { added: string; modified: string; deleted: string; renamed: string; }; fileOperation: { upsert: string; delete: string; }; }; }; }; }; }; declare function mergeMonkeysLocaleMessages(base: MonkeysLocaleMessages, override?: MonkeysLocaleMessagesOverride): MonkeysLocaleMessages; declare const defaultMonkeysLocale: MonkeysResolvedLocale; declare function resolveMonkeysLocale(input?: MonkeysLocaleInput, override?: MonkeysLocaleMessagesOverride, parent?: MonkeysResolvedLocale): MonkeysResolvedLocale; declare const zhCN: { locale: string; messages: { pagination: { navigation: string; first: string; previous: string; next: string; last: string; page: ({ page, pageCount }: { page: number; pageCount: number; }) => string; currentPage: ({ page, pageCount }: { page: number; pageCount: number; }) => string; emptyResults: string; range: ({ start, end, total }: { start: number; end: number; total: number; }) => string; selected: ({ count }: { count: number; }) => string; pageSize: string; perLoad: string; jumpToPage: string; pages: string; clickToJump: string; }; dialog: { close: string; }; dropdownMenu: { actions: string; }; loading: { spinner: string; }; layout: { resizePanels: string; }; steps: { label: string; current: string; completed: string; error: string; disabled: string; }; numberInput: { increment: string; decrement: string; }; passwordInput: { showPassword: string; hidePassword: string; }; multiSelect: { placeholder: string; empty: string; removeOption: ({ value }: { value: string; }) => string; }; table: { dragColumn: ({ columnId }: { columnId: string; }) => string; resizeColumn: ({ columnId }: { columnId: string; }) => string; sortColumn: ({ columnId }: { columnId?: string; }) => string; loadingRow: string; }; toolbar: { theme: { label: string; toggle: string; auto: string; light: string; dark: string; }; language: { label: string; switch: string; }; }; toast: { errorTitle: string; warningTitle: string; defaultErrorDescription: string; defaultWarningDescription: string; }; dataExplorer: { viewTree: { actions: string; expand: string; collapse: string; loading: string; empty: string; error: string; }; }; workbench: { collection: { label: string; loading: string; empty: string; loadError: string; refreshError: string; retry: string; loadingMore: string; permission: string; offline: string; requestAccess: string; }; interactiveTable: { columnActions: string; freezeColumn: string; freezeEndColumn: string; unfreezeColumn: string; unfreezeEndColumn: string; unfreezeAllColumns: string; resetColumnWidth: string; frozenColumnTitle: string; }; }; agentWorkbench: { label: string; reasoning: string; plan: string; taskNoDetail: string; modes: { chat: string; work: string; }; composer: { send: string; stop: string; queue: string; attach: string; voice: string; webSearch: string; chatMode: string; model: string; reasoning: string; permissions: string; removeAttachment: string; editQueued: string; deleteQueued: string; moveUp: string; moveDown: string; queued: string; uploading: string; uploadFailed: string; retryAttachment: string; noModels: string; message: string; attachmentOnly: string; reasoningOptions: { low: string; medium: string; high: string; xhigh: string; }; permissionOptions: { "approval-required": string; "auto-approve": string; "full-access": string; }; }; quickStart: { label: string; back: string; addFile: string; }; tool: { input: string; output: string; status: { pending: string; running: string; completed: string; failed: string; denied: string; }; }; approval: { approve: string; reject: string; approved: string; rejected: string; }; artifact: { pending: string; ready: string; failed: string; open: ({ name }: { name: string; }) => string; }; run: { stopping: string; stoppedAfter: ({ duration }: { duration: string; }) => string; }; process: { running: string; queued: string; waitingApproval: string; failed: string; stopped: string; processed: string; processedFor: ({ duration }: { duration: string; }) => string; completedCount: ({ completed, total }: { completed: number; total: number; }) => string; }; artifactWorkspace: { outputs: string; sources: string; viewAll: string; toggleSummary: string; tabs: string; closeTab: ({ name }: { name: string; }) => string; closeWorkspace: string; download: ({ name }: { name: string; }) => string; openExternal: ({ name }: { name: string; }) => string; loading: string; failed: string; retry: string; }; usage: { label: string; context: ({ used, total }: { used: number; total: number; }) => string; }; navigation: { search: string; searchSessions: string; searchShortcut: string; clearSearch: string; tabsLabel: string; agents: string; sessions: string; newAgent: string; newSession: string; capabilities: string; settings: string; allAgents: string; recentSessions: string; chat: string; work: string; chats: string; builtIn: string; noDescription: string; loading: string; emptyAgents: string; emptySessions: string; noResults: string; retry: string; pin: string; unpin: string; rename: string; delete: string; actions: string; save: string; cancel: string; running: string; completed: string; failed: string; contextUsage: ({ percent }: { percent: number; }) => string; }; details: { title: string; description: string; duration: string; updated: string; model: string; mode: string; permissions: string; tokenUsage: string; summary: string; summaryEmpty: string; summaryFailed: string; highlights: string; pendingItems: string; tabs: { label: string; summary: string; workspace: string; }; status: { queued: string; running: string; waiting_approval: string; stopping: string; stopped: string; completed: string; failed: string; }; state: { loading: { title: string; description: string; }; empty: { title: string; description: string; }; error: { title: string; description: string; }; }; actions: { close: string; copySummary: string; retry: string; retrySummary: string; resume: string; continueInNewTask: string; editAndRerun: string; export: string; }; workspace: { diffs: string; files: string; terminals: string; tests: string; artifacts: string; exitCode: ({ code }: { code: number; }) => string; diffStatus: { added: string; modified: string; deleted: string; renamed: string; }; fileOperation: { upsert: string; delete: string; }; }; }; }; }; }; export { MonkeysLocaleInput, MonkeysLocaleMessages, MonkeysLocaleMessagesOverride, MonkeysResolvedLocale, defaultMonkeysLocale, enUS, mergeMonkeysLocaleMessages, resolveMonkeysLocale, zhCN };