export declare enum BusinessProfilePublication { PUB = "public", INTERNAL = "internal", CUSTOMER = "customer", SENSITIVE = "sensitive" } export declare enum BusinessType { COMPANY = "company", INDIVIDUAL = "individual", NONPROFIT = "non_profit", GOVERNMENT_ENTITY = "government_entity" } export declare enum BusinessProfileType { BusinessProfile = "business_profile", EventProfile = "event_profile", ServiceProfile = "service_profile" }