export declare const ApplicationEvents: {
    BOOTSTRAP_END: string;
    REVIVE: string;
    VALIDATE_PROJECT: string;
};
