export declare enum ValrOrderTypeEnum { SIMPLE = "simple", LIMIT = "limit", MARKET = "market", TAKE_PROFIT_LIMIT = "take-profit-limit", LIMIT_POST_ONLY = "post-only limit", STOP_LOSS_LIMIT = "stop-loss-limit" }