import { HashCtor } from "./types"; declare const Keccak256: HashCtor; export { Keccak256 };