import { AppConfig, CAppBase } from './CAppBase'; export declare function startPage(CApp: new (config: AppConfig) => CAppBase, appConfig: AppConfig): Promise;