import { App } from "./App"; declare global { var app: App; } export declare const app: App;