declare const getMd5: (origin: string) => any; declare const encryptForAes: (word: string, originKey: string) => any; export { getMd5, encryptForAes };