declare class Install { static installed: boolean; static _Vue: any; static updated: Function; static install(Vue: any): void; } export default Install;