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