/**
 * HubSpot CRM Custom Actions
 *
 * Generic CRUD operations (create/update/get/search/delete for contacts, companies, deals, tasks)
 * are now handled by the IntegrationActionExecutor. Only custom actions with specialized logic remain here.
 */
export * from './merge-contacts.action.js';
export * from './associate-contact-to-company.action.js';
export * from './log-activity.action.js';
export * from './get-activities-by-contact.action.js';
//# sourceMappingURL=index.d.ts.map