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