import { AuthenticationState, WAMessage } from "../Types"; import { BinaryNode } from "../WABinary"; export declare const decodeMessageStanza: (stanza: BinaryNode, auth: AuthenticationState) => { fullMessage: WAMessage; category: string; author: string; decryptionTask: Promise; };