export declare enum Events {
    DATA_INVALIDATED = "DATA_INVALIDATED",
    DATA_UPDATED = "DATA_UPDATED"
}
