import { I18n } from './i18n.js';
export * from './i18n.js';
export * from './translate.js';
declare const i18n: I18n;
export { i18n };
