import MsgCryptoBase from '../msg-crypto-base'; export default class Index extends MsgCryptoBase { encryptMsgFormatter(msgEncrypt: string, signature: string, timestamp: number | string, nonce: string): string; decryptMsg(postData: string): Promise; decryptMsgToJSON(postData: string): Promise; }