export declare enum EDeviceCustomerName {
    required = "REQUIRED",
    optional = "OPTIONAL",
    notRequired = "NOT_REQUIRED"
}
