/** * Formats the output of a received post message * * @method outputPostFormatter * @param {Object} * @returns {Object} */ export declare function outputPostFormatter(post: any): any;