declare module '@vue/language-core' {
  export interface VueCompilerOptions {
    vueMacros?: import('@vue-macros/config').Options
  }
}

export {}
