/**
 * Selling Partner APIs for Fulfillment Outbound
 * The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon\'s fulfillment network. You can get information on both potential and existing fulfillment orders.
 *
 * The version of the OpenAPI document: 2020-07-01
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * Additional location information.
 * @export
 * @enum {string}
 */
export declare const AdditionalLocationInfo: {
    readonly AsInstructed: "AS_INSTRUCTED";
    readonly Carport: "CARPORT";
    readonly CustomerPickup: "CUSTOMER_PICKUP";
    readonly Deck: "DECK";
    readonly DoorPerson: "DOOR_PERSON";
    readonly FrontDesk: "FRONT_DESK";
    readonly FrontDoor: "FRONT_DOOR";
    readonly Garage: "GARAGE";
    readonly Guard: "GUARD";
    readonly MailRoom: "MAIL_ROOM";
    readonly MailSlot: "MAIL_SLOT";
    readonly Mailbox: "MAILBOX";
    readonly McBoy: "MC_BOY";
    readonly McGirl: "MC_GIRL";
    readonly McMan: "MC_MAN";
    readonly McWoman: "MC_WOMAN";
    readonly Neighbor: "NEIGHBOR";
    readonly Office: "OFFICE";
    readonly Outbuilding: "OUTBUILDING";
    readonly Patio: "PATIO";
    readonly Porch: "PORCH";
    readonly RearDoor: "REAR_DOOR";
    readonly Receptionist: "RECEPTIONIST";
    readonly Receiver: "RECEIVER";
    readonly SecureLocation: "SECURE_LOCATION";
    readonly SideDoor: "SIDE_DOOR";
};
export type AdditionalLocationInfo = typeof AdditionalLocationInfo[keyof typeof AdditionalLocationInfo];
