import type { Plugin, App } from "vue"

export = {
  install: (app: App) => Plugin['install']
}
