/** Allowed contexts when looking for shipping addresses */
export declare enum ShippingAddressContextEnum {
    'migration' = "migration",
    'voipLine' = "voipLine"
}
//# sourceMappingURL=ShippingAddressContextEnum.d.ts.map