export declare enum Tag { Pending = "Pending", InfoReceived = "InfoReceived", InTransit = "InTransit", OutForDelivery = "OutForDelivery", AttemptFail = "AttemptFail", Delivered = "Delivered", AvailableForPickup = "AvailableForPickup", Exception = "Exception", Expired = "Expired" }