/** Spoken @bot variants ("at botname", "hey botname") for STT text. */ export declare function checkMentionInTranscription(transcribedText: string, botNames: string[]): boolean;