/** * Computes the SHA-256 digest of a string's UTF-8 encoding and returns it as * 64 lowercase hexadecimal characters. */ export declare function sha256Hex(text: string): string; //# sourceMappingURL=sha256.d.ts.map