/** @description Status codes for tracking */
export declare enum StandardizedStatusCodes {
    Unknown = "UN",
    Accepted = "AC",
    InTransit = "IT",
    Delivered = "DE",
    Exception = "EX",
    DeliveryAttempt = "AT",
    NotYetInSystem = "NY",
    DeliveredToServicePoint = "SP"
}
