declare function md5(str: string): string;

export default md5;
