import { Block, BlockTransaction, SignedTransaction, TransactionDetails } from "@xilution/todd-coin-types"; export declare const calculateStringHash: (str: string) => string; export declare const calculateBlockHash: (block: Omit) => string; export declare const calculateTransactionHash: (transaction: Omit, "signature">, "participantKey"> | Omit, "signature">, "participantKey">) => string; //# sourceMappingURL=hash-utils.d.ts.map