/**
 * Selling Partner API for Fulfillment Inbound
 * The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon\'s fulfillment network.
 *
 * The version of the OpenAPI document: v0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * The type of label preparation that is required for the inbound shipment.
 * @export
 * @enum {string}
 */
export declare const LabelPrepType: {
    readonly NoLabel: "NO_LABEL";
    readonly SellerLabel: "SELLER_LABEL";
    readonly AmazonLabel: "AMAZON_LABEL";
};
export type LabelPrepType = typeof LabelPrepType[keyof typeof LabelPrepType];
