import type { I18n } from 'vue-i18n';
declare const i18n: I18n;
export declare const $t: (path: string) => any;
export default i18n;
