/** Hex sha-256 of the bytes or text given. */ export declare function sha256(input: Uint8Array | string): string; //# sourceMappingURL=hash.d.ts.map