export { W as WorkbenchHostI18nKey, a as WorkbenchHostI18nRuntime, b as WorkbenchWindowChromeI18nKey, c as WorkbenchWindowChromeI18nRuntime, d as createWorkbenchHostI18nRuntime, e as createWorkbenchWindowChromeI18nRuntime, w as workbenchHostI18nNamespace, f as workbenchHostI18nResources, g as workbenchWindowChromeI18nNamespace, h as workbenchWindowChromeI18nResources } from '../workbenchHostI18n-YFXDkIA1.js'; import { I18nRuntime, I18nDictionary } from '@tutti-os/ui-i18n-runtime'; type WorkbenchMissionControlI18nLocale = "en" | "zh-CN"; declare const workbenchMissionControlI18nNamespace = "workbenchMissionControl"; type WorkbenchMissionControlI18nKey = "layoutSelectionHint" | "noAvailableLayout" | "presetActions.arrangeOnce" | "presetActions.lockLayout" | "presets.balanced" | "presets.column" | "presets.row"; type WorkbenchMissionControlI18nRuntime = I18nRuntime; declare const workbenchMissionControlI18nResources: Record; declare function createWorkbenchMissionControlI18nRuntime(runtime: I18nRuntime | undefined): WorkbenchMissionControlI18nRuntime; export { type WorkbenchMissionControlI18nKey, type WorkbenchMissionControlI18nRuntime, createWorkbenchMissionControlI18nRuntime, workbenchMissionControlI18nNamespace, workbenchMissionControlI18nResources };