export function install({ app }: { app: import('vue').App }) { app.use(i18nInstance); }