/** @description Basic structure of a manifest label */
export declare class Label {
    /** @description The carrier tracking number for this shipment */
    tracking_number?: string;
    /** @description The carrier specific identifier for this shipment */
    carrier_transaction_id?: string;
}
