export declare function sha256(data: Uint8Array): Uint8Array; export declare function hexEncode(bytes: Uint8Array): string; export declare function hexDecode(hex: string): Uint8Array; //# sourceMappingURL=hash.d.ts.map