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