export declare enum BinanceOrderTimeInForceEnum { GOOD_TIL_CANCELED = "GTC", IMMEDIATE_OR_CANCEL = "IOC", FILL_OR_KILL = "FOK" }