export declare enum PlatformOrderStatus { CANCELED = "canceled", REFUNDED = "refunded", ACTIVE = "active", COMPLETED = "completed" }