/**
 * PostNL Ecommerce APIsLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
/**
 * Enum for AddressTypeEnum
 */
export declare enum AddressTypeEnum {
    Enum01 = "01",
    Enum02 = "02"
}
/**
 * Schema for AddressTypeEnum
 */
export declare const addressTypeEnumSchema: Schema<AddressTypeEnum>;
