export declare function JSONRender(json: object): string;
/**
 * auto check data type then convert to html.
 */
export declare function autoToHTML(motd: string | object): string;
export default autoToHTML;
