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