/// export * from './nuxt'; export * from './composables'; export * from './components'; export * from './config'; export type { PageMeta } from '../pages/runtime'; export type { MetaObject } from '../head/runtime'; export { useHead } from '#head'; export declare const isVue2 = false; export declare const isVue3 = true;