import type { BinaryToTextEncoding } from 'node:crypto';
export declare function md5Hash(str: string, encoding?: BinaryToTextEncoding): string;
