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