/// export declare const toHexString: (bytes: Uint8Array) => string; export declare const sha256: (value: string | Buffer | Uint8Array) => Buffer;