import { i18n } from "@x-viewer/core"; export declare const en: { layersTitle: string; color: string; layerName: string; }; export declare const zh: { layersTitle: string; color: string; layerName: string; }; export declare const LAYER_MANAGER_I18N_NAMESPACE: "layerManager"; export { i18n }; export type LayerManagerTranslationKey = keyof typeof en; export declare function t(key: LayerManagerTranslationKey, options?: Record): string;