import { ByteString } from '../types/index.js'; /** * Verifies that the hash of the input data matches the expected state hash. * @ignore * @param stateHash - The expected hash value of the state * @param data - 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 checkInputStateImpl(stateHash: ByteString, data: ByteString): void; //# sourceMappingURL=checkInputState.d.ts.map