import { Context } from '@satorijs/core'; import { Message } from './types'; import { DingtalkBot } from './bot'; export declare function decodeMessage(bot: DingtalkBot, body: Message): Promise;