export declare enum OrderBookState {
    'Init' = 0,
    'Syncing' = 1,
    'Working' = 2,
    'WorkingNotSynced' = 3
}
