import { Bytes } from '../buffer'; export default function md5(s: string | Bytes): import("../buffer").InterfaceBuffer;