export function postMessage(token: any, conversationId: any, { text, blocks, attachments }: { text: any; blocks: any; attachments: any; }, options?: {}): Promise;