export declare const slackTriggerDefinitions: { readonly slackAppMentioned: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["app_mentions:read"]; }]; readonly serviceId: "slack"; }; readonly type: "slack.app.mentioned"; }; readonly slackMessagePosted: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly [{ readonly requirements: readonly ["channels:history", "groups:history", "im:history", "mpim:history"]; readonly type: "and"; }]; }]; readonly serviceId: "slack"; }; readonly type: "slack.message.posted"; }; readonly slackChannelCreated: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.channel.created"; }; readonly slackChannelMemberJoined: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.channel.member.joined"; }; readonly slackChannelMemberLeft: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.channel.member.left"; }; readonly slackChannelRenamed: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.channel.renamed"; }; readonly slackChannelShared: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.channel.shared"; }; readonly slackChannelUnshared: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.channel.unshared"; }; readonly slackEvent: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.event.received"; }; readonly slackFileCreated: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.file.created"; }; readonly slackFileDeleted: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.file.deleted"; }; readonly slackFileShared: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.file.shared"; }; readonly slackMessageChanged: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly [{ readonly requirements: readonly ["channels:history", "groups:history", "im:history", "mpim:history"]; readonly type: "and"; }]; }]; readonly serviceId: "slack"; }; readonly type: "slack.message.changed"; }; readonly slackMessageDeleted: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly [{ readonly requirements: readonly ["channels:history", "groups:history", "im:history", "mpim:history"]; readonly type: "and"; }]; }]; readonly serviceId: "slack"; }; readonly type: "slack.message.deleted"; }; readonly slackPinAdded: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.pin.added"; }; readonly slackPinRemoved: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.pin.removed"; }; readonly slackReactionAdded: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["reactions:read"]; }]; readonly serviceId: "slack"; }; readonly type: "slack.reaction.added"; }; readonly slackReactionEvent: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["reactions:read"]; }]; readonly serviceId: "slack"; }; readonly type: "slack.reaction.event"; }; readonly slackReactionRemoved: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["reactions:read"]; }]; readonly serviceId: "slack"; }; readonly type: "slack.reaction.removed"; }; readonly slackThreadReplyPosted: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly [{ readonly requirements: readonly ["channels:history", "groups:history", "im:history", "mpim:history"]; readonly type: "and"; }]; }]; readonly serviceId: "slack"; }; readonly type: "slack.thread.reply.posted"; }; readonly slackWorkspaceMemberChanged: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.workspace.member.changed"; }; readonly slackWorkspaceMemberJoined: { readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly string[]; }]; readonly serviceId: "slack"; }; readonly type: "slack.workspace.member.joined"; }; };