import type { Plugin } from 'vite';
export declare type InjectionValues = Record<string, any>;
export default function IntlifyVue(values?: InjectionValues): Plugin;
