import type { HashFunction } from '../lib.js'; export declare const benchmarkHashingFunction: (hashFunctionName: string, hashFunctionPromise: Promise, nodeJsAlgorithm: 'ripemd160' | 'sha1' | 'sha256' | 'sha512') => void; //# sourceMappingURL=hash.bench.helper.d.ts.map