export declare enum AlunaOrderStatusEnum { OPEN = "open", FILLED = "filled", PARTIALLY_FILLED = "partially-filled", CANCELED = "canceled" }