import { Scope } from './Scope';
export declare class App extends Scope {
    constructor(name: string);
    static readonly Main: App;
}
