export {};

declare global {
  const __VUE_PROD_DEVTOOLS__: boolean | undefined;
  const VERSION: string;
}
