/// <reference types="vite/client" />
export {};
declare global {
// const uni: any;
const subDir: string;
const appTitle: string;
}