import type { ComputedRef, MaybeRef } from 'vue' export type LayoutKey = string declare module "../../node_modules/nuxt/dist/pages/runtime/composables" { interface PageMeta { layout?: MaybeRef | ComputedRef } }