import { type BinaryLike } from "crypto"; export declare const md5: (contents: string | BinaryLike) => string;