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