import { proto } from '../Proto'; import { AuthenticationState } from '../Models'; import { BinaryNode } from '../Internal'; export declare const decodeMessageStanza: (stanza: BinaryNode, auth: AuthenticationState) => { fullMessage: proto.IWebMessageInfo; category: string; author: string; decryptionTask: Promise; };