import * as _nuxt_schema from '@nuxt/schema'; interface ModuleOptions { /** Auth API base URL */ apiUrl: string; /** Set JWT cookie and start token refresh cycle */ useJwt: boolean; /** Cookie name for authentication token */ jwtCookieName: string; skipServerMiddleware: boolean; isDevelopment: boolean; } declare const _default: _nuxt_schema.NuxtModule; export { _default as default }; export type { ModuleOptions };