export declare enum Movement {
    STAYED_OUT = 0,
    ENTERED = 1,
    STAYED_IN = 2,
    REPARENTED = 3,
    REORDERED = 4,
    EXITED = 5
}
