import { type BinaryLike } from 'node:crypto';
export declare function md5(value: BinaryLike | string): string;
