import { HashCtor } from "./types"; declare const MD5: HashCtor; export { MD5 };