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