/// <reference types="node" />
import { Hash256 } from "./types/hash-256";
declare function transactionID(serialized: Buffer): Hash256;
export { transactionID };
//# sourceMappingURL=hashes.d.ts.map