declare module "*.vue" { import { defineComponent } from "vue" const Component: ReturnType export default Component } /* declare const helps constant visibility in main.ts file */ declare const APP_VERSION: string declare const APP_TITLE: string