declare module '#build/app.config' {
  import type { AppConfig } from '@nuxt/schema'

  const _default: AppConfig
  export default _default
}
