/** How the modem gets its LAN IP Address */
export declare enum AddressingTypeEnum {
    'DHCP' = "DHCP",
    'Static' = "Static"
}
//# sourceMappingURL=AddressingTypeEnum.d.ts.map