import { Header } from "./responses"; export declare function hashTx(tx: Uint8Array): Uint8Array; export declare function hashBlock(header: Header): Uint8Array;