export type InstalledPackage = 'vue-i18n' | 'petite-vue-i18n'; export declare function checkInstallPackage(pkg: string, debug: Function): InstalledPackage; export declare function checkVueI18nBridgeInstallPackage(debug: Function): boolean; type VueI18nVersion = '8' | '9' | 'unknown' | ''; export declare function getVueI18nVersion(debug: Function): VueI18nVersion; export declare function loadModule(moduleName: string, debug: Function): any; export {};