import type { IntegrationAccountRequirement } from "../types.js"; export declare const hubspotTriggerDefinitions: { readonly hubspotCrmEvent: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.crm.event"; }; readonly hubspotCompanyAssociationAdded: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.company.associationAdded"; }; readonly hubspotCompanyAssociationRemoved: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.company.associationRemoved"; }; readonly hubspotCompanyCreated: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.company.created"; }; readonly hubspotCompanyDeleted: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.company.deleted"; }; readonly hubspotCompanyMerged: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.company.merged"; }; readonly hubspotCompanyRestored: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.company.restored"; }; readonly hubspotCompanyUpdated: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.company.updated"; }; readonly hubspotContactAssociationAdded: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.contact.associationAdded"; }; readonly hubspotContactAssociationRemoved: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.contact.associationRemoved"; }; readonly hubspotContactCreated: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.contact.created"; }; readonly hubspotContactDeleted: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.contact.deleted"; }; readonly hubspotContactMerged: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.contact.merged"; }; readonly hubspotContactRestored: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.contact.restored"; }; readonly hubspotContactUpdated: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.contact.updated"; }; readonly hubspotDealAssociationAdded: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.deal.associationAdded"; }; readonly hubspotDealAssociationRemoved: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.deal.associationRemoved"; }; readonly hubspotDealCreated: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.deal.created"; }; readonly hubspotDealDeleted: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.deal.deleted"; }; readonly hubspotDealMerged: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.deal.merged"; }; readonly hubspotDealRestored: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.deal.restored"; }; readonly hubspotDealUpdated: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.deal.updated"; }; readonly hubspotTicketAssociationAdded: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.ticket.associationAdded"; }; readonly hubspotTicketAssociationRemoved: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.ticket.associationRemoved"; }; readonly hubspotTicketCreated: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.ticket.created"; }; readonly hubspotTicketDeleted: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.ticket.deleted"; }; readonly hubspotTicketMerged: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.ticket.merged"; }; readonly hubspotTicketRestored: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.ticket.restored"; }; readonly hubspotTicketUpdated: { account: IntegrationAccountRequirement<"hubspot">; type: "hubspot.ticket.updated"; }; };