import { App } from 'vue'; import { I18nConfig } from '@vtj/core'; export declare function initI18n(app: App, libs: Record, i18n?: I18nConfig): void;