/**
 * ShipStation API v2
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 2.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 * The error codes that can be returned by the address validation API
 * @export
 * @enum {string}
 */
export declare const AddressValidationCode: {
    readonly A1000: "a1000";
    readonly A1001: "a1001";
    readonly A1002: "a1002";
    readonly A1003: "a1003";
    readonly A1004: "a1004";
    readonly A1005: "a1005";
    readonly A1006: "a1006";
    readonly A1007: "a1007";
    readonly A1008: "a1008";
    readonly R1000: "r1000";
    readonly R1001: "r1001";
    readonly R1002: "r1002";
    readonly R1003: "r1003";
};
export type AddressValidationCode = typeof AddressValidationCode[keyof typeof AddressValidationCode];
