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