export declare enum OrderStatus { ACTIVE = "ACTIVE", FILLED = "FILLED", INACTIVE = "INACTIVE", CANCELLED = "CANCELLED" }