import { HashCtor } from './types'; declare const BLAKE2b512: HashCtor; export { BLAKE2b512 };