import type { App } from 'vue'; import { version } from './constants'; declare const install: (app: App) => void; export { install, version };