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