import { ByteString } from '../types/index.js'; import { SpentDataHashes } from '../types/structs.js'; /** * Verifies that the hash of the input data matches the expected state hash. * @ignore * @param hashSpentDatas - The expected hash value of the state * @param spentDataHashes - The input data to be hashed and verified * @throws Throws an error if the hash of the data does not match the stateHash */ export declare function checkInputStateHashesImpl(hashSpentDatas: ByteString, spentDataHashes: SpentDataHashes): void; //# sourceMappingURL=checkInputStateHashes.d.ts.map