import type { NuxtModule } from '@nuxt/schema' import type { default as Module } from './module.mjs' export type ModuleOptions = typeof Module extends NuxtModule ? Partial : Record export { type AdapterArgs, type AdapterOptions } from '../dist/runtime/utils/withAdapter.js' export { type ApiOptions, type HooksOptions, type ParamsOptions, type RefOptions } from '../dist/runtime/plugins/api.global.js' export { default } from './module.mjs' export { type MerkalyI18nLocale, type MerkalyModuleOptions } from './module.mjs'