import type { IntegrationAccountRequirement } from "../types.js"; export declare const notionTriggerDefinitions: { readonly notionCommentCreated: { account: IntegrationAccountRequirement<"notion">; type: "notion.comment.created"; }; readonly notionCommentDeleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.comment.deleted"; }; readonly notionCommentUpdated: { account: IntegrationAccountRequirement<"notion">; type: "notion.comment.updated"; }; readonly notionDatabaseCreated: { account: IntegrationAccountRequirement<"notion">; type: "notion.database.created"; }; readonly notionDatabaseDeleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.database.deleted"; }; readonly notionDatabaseMoved: { account: IntegrationAccountRequirement<"notion">; type: "notion.database.moved"; }; readonly notionDatabaseUndeleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.database.undeleted"; }; readonly notionDataSourceContentUpdated: { account: IntegrationAccountRequirement<"notion">; type: "notion.dataSource.contentUpdated"; }; readonly notionDataSourceCreated: { account: IntegrationAccountRequirement<"notion">; type: "notion.dataSource.created"; }; readonly notionDataSourceDeleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.dataSource.deleted"; }; readonly notionDataSourceMoved: { account: IntegrationAccountRequirement<"notion">; type: "notion.dataSource.moved"; }; readonly notionDataSourceSchemaUpdated: { account: IntegrationAccountRequirement<"notion">; type: "notion.dataSource.schemaUpdated"; }; readonly notionDataSourceUndeleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.dataSource.undeleted"; }; readonly notionEvent: { account: IntegrationAccountRequirement<"notion">; type: "notion.event"; }; readonly notionFileUploadCompleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.fileUpload.completed"; }; readonly notionFileUploadCreated: { account: IntegrationAccountRequirement<"notion">; type: "notion.fileUpload.created"; }; readonly notionFileUploadExpired: { account: IntegrationAccountRequirement<"notion">; type: "notion.fileUpload.expired"; }; readonly notionFileUploadFailed: { account: IntegrationAccountRequirement<"notion">; type: "notion.fileUpload.failed"; }; readonly notionPageContentUpdated: { account: IntegrationAccountRequirement<"notion">; type: "notion.page.contentUpdated"; }; readonly notionPageCreated: { account: IntegrationAccountRequirement<"notion">; type: "notion.page.created"; }; readonly notionPageDeleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.page.deleted"; }; readonly notionPageLocked: { account: IntegrationAccountRequirement<"notion">; type: "notion.page.locked"; }; readonly notionPageMoved: { account: IntegrationAccountRequirement<"notion">; type: "notion.page.moved"; }; readonly notionPagePropertiesUpdated: { account: IntegrationAccountRequirement<"notion">; type: "notion.page.propertiesUpdated"; }; readonly notionPageTranscriptDeleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.page.transcriptDeleted"; }; readonly notionPageUndeleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.page.undeleted"; }; readonly notionPageUnlocked: { account: IntegrationAccountRequirement<"notion">; type: "notion.page.unlocked"; }; readonly notionViewCreated: { account: IntegrationAccountRequirement<"notion">; type: "notion.view.created"; }; readonly notionViewDeleted: { account: IntegrationAccountRequirement<"notion">; type: "notion.view.deleted"; }; readonly notionViewUpdated: { account: IntegrationAccountRequirement<"notion">; type: "notion.view.updated"; }; };