/** * @public * The annotation key for the entity's Slack ID. This can be * any valid chat.postMessage destination including: * - A user ID (U12345678) * - A channel ID (C12345678) * - A DM ID (D12345678) * - A group ID (S12345678) * * It can also be a user's email address or a channel name, * however IDs are preferred. */ export declare const ANNOTATION_SLACK_BOT_NOTIFY = "slack.com/bot-notify";