import type { Pinia } from 'pinia'; import { type Plugin } from '#app'; declare const plugin: Plugin<{ pinia: Pinia; }>; export default plugin;