export declare enum FtxOrderStatusEnum { NEW = "new", OPEN = "open", CLOSED = "closed", CANCELLED = "cancelled", TRIGGERED = "triggered" }