import { App } from 'vue'; import type { ApplicationConfig } from '@/request/model'; export {}; /* prettier-ignore */ declare global { export namespace DEV { export interface Loader { (app: App, config: ApplicationConfig): Promise<any>; } } }