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