export declare enum Events {
    update = "update",
    updateAll = "updateAll"
}
