export declare class FrostApp {
    private static _instance;
    static get instance(): FrostApp;
    init(): void;
    private awakeComponents;
}
