export declare enum OrderStatus { Created = "created", Cancelled = "cancelled", AwaitingPayment = "awaiting:payment", Complete = "complete" }