import type { IntegrationAccountRequirement } from "../types.js"; export declare const highLevelTriggerDefinitions: { readonly highLevelAppointmentCreated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.appointment.created"; }; readonly highLevelAppointmentDeleted: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.appointment.deleted"; }; readonly highLevelAppointmentUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.appointment.updated"; }; readonly highLevelCampaignStatusUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.campaign.statusUpdated"; }; readonly highLevelContactCreated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.created"; }; readonly highLevelContactDeleted: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.deleted"; }; readonly highLevelContactDndUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.dndUpdated"; }; readonly highLevelContactTagsUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.tagsUpdated"; }; readonly highLevelContactUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.updated"; }; readonly highLevelConversationUnreadUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.conversation.unreadUpdated"; }; readonly highLevelConversationUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.conversation.updated"; }; readonly highLevelEvent: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.event"; }; readonly highLevelLocationUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.location.updated"; }; readonly highLevelMessageReceived: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.message.received"; }; readonly highLevelMessageSent: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.message.sent"; }; readonly highLevelNoteCreated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.note.created"; }; readonly highLevelNoteDeleted: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.note.deleted"; }; readonly highLevelNoteUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.note.updated"; }; readonly highLevelOpportunityAssigneeUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.assigneeUpdated"; }; readonly highLevelOpportunityCreated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.created"; }; readonly highLevelOpportunityDeleted: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.deleted"; }; readonly highLevelOpportunityStageUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.stageUpdated"; }; readonly highLevelOpportunityStatusUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.statusUpdated"; }; readonly highLevelOpportunityUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.updated"; }; readonly highLevelOpportunityValueUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.valueUpdated"; }; readonly highLevelTaskCompleted: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.task.completed"; }; readonly highLevelTaskCreated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.task.created"; }; readonly highLevelTaskDeleted: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.task.deleted"; }; readonly highLevelUserCreated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.user.created"; }; readonly highLevelUserDeleted: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.user.deleted"; }; readonly highLevelUserUpdated: { account: IntegrationAccountRequirement<"highlevel">; type: "highlevel.user.updated"; }; };