import '@ibiz/model-core';
declare global {
  interface Window {
    vueInstances: Map<App, App>;
  }
}