declare function md5(msg: string | number[] | Uint8Array): string; export default md5;