export declare enum OHLCEnum {
    OPEN = "open",
    HIGH = "high",
    LOW = "low",
    CLOSE = "close"
}
