import type { VitrifyPlugin } from '../index.js'; export type PiniaPluginOptions = { colada?: boolean; }; export declare const PiniaPlugin: VitrifyPlugin;