/** * plugins/index.ts * * Automatically included in `./src/main.ts` */ import type { App } from 'vue'; export declare function registerPlugins(app: App): void;