/** Pull the most specific cause out of a platform SDK rejection (Slack `data.error`, else message). */ export declare function reactionFailureReason(error: unknown): string; /** True the first time a given reaction-failure reason is seen in this process. */ export declare function shouldWarnReactionFailure(reason: string, seen?: Set): boolean;