/** @description Attributes from the shipping provider about a shipment necessary for tracking */
export declare class TrackingAttribute {
    type: string;
    value: string;
}
