/**
 * Selling Partner API for Merchant Fulfillment
 * With the Selling Partner API for Merchant Fulfillment, you can build applications that sellers can use to purchase shipping for non-Prime and Prime orders using Amazon\'s Buy Shipping Services.
 *
 * 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.
 */
/**
 * An enumeration of predefined parcel tokens. If you specify a `PredefinedPackageDimensions` token, you are not obligated to use a branded package from a carrier. For example, if you specify the `FedEx_Box_10kg` token, you do not have to use that particular package from FedEx. You are only obligated to use a box that matches the dimensions specified by the token. Note: Carriers can have restrictions on the type of package allowed for certain ship methods. Check the carrier website for details. Example: Flat rate pricing is available when materials are sent by USPS in a USPS-produced Flat Rate envelope or box.
 * @export
 * @enum {string}
 */
export declare const PredefinedPackageDimensions: {
    readonly FedExBox10kg: "FedEx_Box_10kg";
    readonly FedExBox25kg: "FedEx_Box_25kg";
    readonly FedExBoxExtraLarge1: "FedEx_Box_Extra_Large_1";
    readonly FedExBoxExtraLarge2: "FedEx_Box_Extra_Large_2";
    readonly FedExBoxLarge1: "FedEx_Box_Large_1";
    readonly FedExBoxLarge2: "FedEx_Box_Large_2";
    readonly FedExBoxMedium1: "FedEx_Box_Medium_1";
    readonly FedExBoxMedium2: "FedEx_Box_Medium_2";
    readonly FedExBoxSmall1: "FedEx_Box_Small_1";
    readonly FedExBoxSmall2: "FedEx_Box_Small_2";
    readonly FedExEnvelope: "FedEx_Envelope";
    readonly FedExPaddedPak: "FedEx_Padded_Pak";
    readonly FedExPak1: "FedEx_Pak_1";
    readonly FedExPak2: "FedEx_Pak_2";
    readonly FedExTube: "FedEx_Tube";
    readonly FedExXlPak: "FedEx_XL_Pak";
    readonly UpsBox10kg: "UPS_Box_10kg";
    readonly UpsBox25kg: "UPS_Box_25kg";
    readonly UpsExpressBox: "UPS_Express_Box";
    readonly UpsExpressBoxLarge: "UPS_Express_Box_Large";
    readonly UpsExpressBoxMedium: "UPS_Express_Box_Medium";
    readonly UpsExpressBoxSmall: "UPS_Express_Box_Small";
    readonly UpsExpressEnvelope: "UPS_Express_Envelope";
    readonly UpsExpressHardPak: "UPS_Express_Hard_Pak";
    readonly UpsExpressLegalEnvelope: "UPS_Express_Legal_Envelope";
    readonly UpsExpressPak: "UPS_Express_Pak";
    readonly UpsExpressTube: "UPS_Express_Tube";
    readonly UpsLaboratoryPak: "UPS_Laboratory_Pak";
    readonly UpsPadPak: "UPS_Pad_Pak";
    readonly UpsPallet: "UPS_Pallet";
    readonly UspsCard: "USPS_Card";
    readonly UspsFlat: "USPS_Flat";
    readonly UspsFlatRateCardboardEnvelope: "USPS_FlatRateCardboardEnvelope";
    readonly UspsFlatRateEnvelope: "USPS_FlatRateEnvelope";
    readonly UspsFlatRateGiftCardEnvelope: "USPS_FlatRateGiftCardEnvelope";
    readonly UspsFlatRateLegalEnvelope: "USPS_FlatRateLegalEnvelope";
    readonly UspsFlatRatePaddedEnvelope: "USPS_FlatRatePaddedEnvelope";
    readonly UspsFlatRateWindowEnvelope: "USPS_FlatRateWindowEnvelope";
    readonly UspsLargeFlatRateBoardGameBox: "USPS_LargeFlatRateBoardGameBox";
    readonly UspsLargeFlatRateBox: "USPS_LargeFlatRateBox";
    readonly UspsLetter: "USPS_Letter";
    readonly UspsMediumFlatRateBox1: "USPS_MediumFlatRateBox1";
    readonly UspsMediumFlatRateBox2: "USPS_MediumFlatRateBox2";
    readonly UspsRegionalRateBoxA1: "USPS_RegionalRateBoxA1";
    readonly UspsRegionalRateBoxA2: "USPS_RegionalRateBoxA2";
    readonly UspsRegionalRateBoxB1: "USPS_RegionalRateBoxB1";
    readonly UspsRegionalRateBoxB2: "USPS_RegionalRateBoxB2";
    readonly UspsRegionalRateBoxC: "USPS_RegionalRateBoxC";
    readonly UspsSmallFlatRateBox: "USPS_SmallFlatRateBox";
    readonly UspsSmallFlatRateEnvelope: "USPS_SmallFlatRateEnvelope";
};
export type PredefinedPackageDimensions = typeof PredefinedPackageDimensions[keyof typeof PredefinedPackageDimensions];
