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