/**
 * Determines the value for the customer status.
 *
 * @OvationCXMApi
 */
export declare enum CustomerStatusEnum {
    Inactive = 0,
    Active = 1,
    SubscribedSubscribed = 2,
    Deleted = 99
}
