import type { ObjectPlugin, Plugin } from '../nuxt.js';
declare const plugin: Plugin & ObjectPlugin;
export default plugin;
