// @ts-ignore import type { PluginFunction, PluginObject } from "vue"; export declare type Plugin = PluginObject | PluginFunction; export type App = any;