import type { Plugin } from 'nuxt/app'

declare const plugin: Plugin<Record<string, unknown>>
export default plugin
