import type { App } from 'vue';
import type { TranslatorInstallOptions } from './types';
export declare function installTranslator(app: App, options?: TranslatorInstallOptions): void;
//# sourceMappingURL=install.d.ts.map