export declare enum APPEvent {
    APP_INSTALL = "app.install",
    APP_UNINSTALL = "app.uninstall"
}
