import { Sha256Hash } from "./sha256hash"; export declare const generateSha256Hash: (message: Uint8Array) => Sha256Hash;