declare const md5Hex: (inputString: string) => string;
export default md5Hex;
