/** * @word 要加密的内容 * @keyWord String 服务器随机返回的关键字 */ export declare function aesEncrypt(word: string, keyWord?: string): any;