import { App } from './app'; import { AppManifest } from './app-manifest'; export declare const loadV2App: (appPath: string, manifest: AppManifest) => App; export declare const loadApp: (appPath: string) => Promise;