/** The primary use case classification for this campaign. */ export declare const TollFreeCampaignUseCaseEnum: { readonly AppNotifications: "APP_NOTIFICATIONS"; readonly Appointments: "APPOINTMENTS"; readonly Auctions: "AUCTIONS"; readonly AutoRepairServices: "AUTO_REPAIR_SERVICES"; readonly BankTransfers: "BANK_TRANSFERS"; readonly Billing: "BILLING"; readonly BookingConfirmations: "BOOKING_CONFIRMATIONS"; readonly BusinessUpdates: "BUSINESS_UPDATES"; readonly CareerTraining: "CAREER_TRAINING"; readonly Chatbot: "CHATBOT"; readonly ConversationalAlerts: "CONVERSATIONAL_ALERTS"; readonly CourierServicesDeliveries: "COURIER_SERVICES_DELIVERIES"; readonly Covid19Alerts: "COVID_19_ALERTS"; readonly EmergencyAlerts: "EMERGENCY_ALERTS"; readonly EventsPlanning: "EVENTS_PLANNING"; readonly FinancialServices: "FINANCIAL_SERVICES"; readonly FraudAlerts: "FRAUD_ALERTS"; readonly Fundraising: "FUNDRAISING"; readonly GeneralMarketing: "GENERAL_MARKETING"; readonly GeneralSchoolUpdates: "GENERAL_SCHOOL_UPDATES"; readonly HealthcareAlerts: "HEALTHCARE_ALERTS"; readonly HousingCommunityUpdates: "HOUSING_COMMUNITY_UPDATES"; readonly HrStaffing: "HR_STAFFING"; readonly InsuranceServices: "INSURANCE_SERVICES"; readonly JobDispatch: "JOB_DISPATCH"; readonly LegalServices: "LEGAL_SERVICES"; readonly Mixed: "MIXED"; readonly MotivationalReminders: "MOTIVATIONAL_REMINDERS"; readonly NotaryNotifications: "NOTARY_NOTIFICATIONS"; readonly OrderNotifications: "ORDER_NOTIFICATIONS"; readonly Political: "POLITICAL"; readonly PublicWorks: "PUBLIC_WORKS"; readonly RealEstateServices: "REAL_ESTATE_SERVICES"; readonly ReligiousServices: "RELIGIOUS_SERVICES"; readonly RepairDiagnosticsAlerts: "REPAIR_DIAGNOSTICS_ALERTS"; readonly RewardsProgram: "REWARDS_PROGRAM"; readonly Surveys: "SURVEYS"; readonly SystemAlerts: "SYSTEM_ALERTS"; readonly TwoFa: "TWO_FA"; readonly VotingReminders: "VOTING_REMINDERS"; readonly WaitlistAlerts: "WAITLIST_ALERTS"; readonly WebinarReminders: "WEBINAR_REMINDERS"; readonly WorkshopAlerts: "WORKSHOP_ALERTS"; }; export type TollFreeCampaignUseCaseEnum = (typeof TollFreeCampaignUseCaseEnum)[keyof typeof TollFreeCampaignUseCaseEnum];