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