export declare enum Signed0xOrderStatus {
    INVALID = 0,
    FILLABLE = 1,
    FILLED = 2,
    CANCELLED = 3,
    EXPIRED = 4
}
