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