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