/** * Return a hash of the given input string, in hex format */ export declare function md5hash(x: string): string; export declare function cryptoMd5(x: string): string; export declare function jsMd5(s: string): string;