export declare enum ValrOrderTimeInForceEnum { GOOD_TILL_CANCELLED = "GTC", FILL_OR_KILL = "FOK", IMMEDIATE_OR_CANCEL = "IOC" }