export declare type InstalledPackage = 'vue-i18n' | 'petite-vue-i18n';
export declare function checkInstallPackage(pkg: string, debug: Function): InstalledPackage;
