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