export declare enum GateOrderStatusEnum { OPEN = "open", CLOSED = "closed", CANCELLED = "cancelled" }